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
Commits
13ef1df0
Commit
13ef1df0
authored
5 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Added INCLUDE_ORGANIZATIONS_IDS to sample config file
parent
d84e8657
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VIPSWeb/local_settings_sample.py
+2
-0
2 additions, 0 deletions
VIPSWeb/local_settings_sample.py
with
2 additions
and
0 deletions
VIPSWeb/local_settings_sample.py
+
2
−
0
View file @
13ef1df0
...
@@ -116,6 +116,8 @@ VIPSLOGIC_SERVER_NAME = "vipslogic"
...
@@ -116,6 +116,8 @@ VIPSLOGIC_SERVER_NAME = "vipslogic"
VIPSLOGIC_PROTOCOL
=
"
http
"
VIPSLOGIC_PROTOCOL
=
"
http
"
# This organization's ID in VIPSLogic/CoreManager
# This organization's ID in VIPSLogic/CoreManager
VIPS_ORGANIZATION_ID
=
1
VIPS_ORGANIZATION_ID
=
1
# If you want to include forecasts from several organizations
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 name used for VIPSCoreManager
# The server name used for VIPSCoreManager
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment