Skip to content
Snippets Groups Projects
Verified Commit 1b6e784f authored by David Hoese's avatar David Hoese
Browse files

Fix not pointing to rain03

parent 536d91f4
No related branches found
No related tags found
No related merge requests found
......@@ -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 = "/data1/cache"
ARCHIVE_ROOT = "/data/cache"
ARCHIVE_URL = "http://metobs.ssec.wisc.edu/pub/cache"
# InfluxDB Settings
INFLUXDB_HOST = "rain01"
INFLUXDB_HOST = "rain03"
INFLUXDB_PORT = 8086
INFLUXDB_USER = "root"
# Security: This is expected to be overwritten either via environment variable or sub-configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment