Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSWeb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSWeb
Merge requests
!25
Revert "feat: Fix URL configs"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "feat: Fix URL configs"
revert-9654df5a
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
Tor-Einar Skog
requested to merge
revert-9654df5a
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
This reverts commit
9654df5a
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
1d098455
1 commit,
1 year ago
4 files
+
28
−
38
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
VIPSWeb/local_settings_sample.py
+
1
−
1
Options
@@ -128,7 +128,7 @@ INCLUDE_ORGANIZATION_IDS =[1,2,3,4,5]
@@ -128,7 +128,7 @@ INCLUDE_ORGANIZATION_IDS =[1,2,3,4,5]
# Use this if you want to override and show icons for stations belonging to several organizations
# Use this if you want to override and show icons for stations belonging to several organizations
#FORECAST_MAP_ORGANIZATION_IDS =[1,6]
#FORECAST_MAP_ORGANIZATION_IDS =[1,6]
# The server hostname used for VIPSCoreManager
# The server hostname used for VIPSCoreManager
VIPSCOREMANAGER_SERVER_NAME
=
"
http://
vipscoremanager
"
VIPSCOREMANAGER_SERVER_NAME
=
"
vipscoremanager
"
# Local path to self signed certificate of VIPSCoreManager.
# Local path to self signed certificate of VIPSCoreManager.
# Set to none if using certificate signed by a CA
# Set to none if using certificate signed by a CA
#VIPSCOREMANAGER_SSLCERT_PATH ="/path/to/myselfsignedcertificate.crt"
#VIPSCOREMANAGER_SSLCERT_PATH ="/path/to/myselfsignedcertificate.crt"
Loading