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

Update influxdb host to rain01

parent bf4325aa
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ARCHIVE_ROOT = '/mnt/inst-data/cache'
ARCHIVE_URL = 'http://metobs.ssec.wisc.edu/pub/cache'
# InfluxDB Settings
INFLUXDB_HOST = 'metobs01'
INFLUXDB_HOST = 'rain01'
INFLUXDB_PORT = 8086
INFLUXDB_USER = 'root'
INFLUXDB_PASS = 'root'
......
......@@ -67,7 +67,7 @@ INTERVALS = {
api_version_header = "X-Metobs-API-VERSION"
api_version = 1.0
RESPONSES_LIMIT = 50000
RESPONSES_LIMIT = 1000000
ERROR_MESSAGES = {
'bad_order': (400, '\'order\' can only be \'column\' or \'row\' (default)'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment