Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetObsAPI
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
MetObs
MetObsAPI
Commits
1b6e784f
Verified
Commit
1b6e784f
authored
3 weeks ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix not pointing to rain03
parent
536d91f4
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
metobsapi/common_config.py
+2
-2
2 additions, 2 deletions
metobsapi/common_config.py
with
2 additions
and
2 deletions
metobsapi/common_config.py
+
2
−
2
View file @
1b6e784f
...
...
@@ -5,11 +5,11 @@ if "SECRET_KEY" not in globals():
# Security: This is expected to be overwritten either via environment variable or sub-configuration
SECRET_KEY
=
"
secret!
"
# noqa: S105
ARCHIVE_ROOT
=
"
/data
1
/cache
"
ARCHIVE_ROOT
=
"
/data/cache
"
ARCHIVE_URL
=
"
http://metobs.ssec.wisc.edu/pub/cache
"
# InfluxDB Settings
INFLUXDB_HOST
=
"
rain0
1
"
INFLUXDB_HOST
=
"
rain0
3
"
INFLUXDB_PORT
=
8086
INFLUXDB_USER
=
"
root
"
# Security: This is expected to be overwritten either via environment variable or sub-configuration
...
...
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