Skip to content
Snippets Groups Projects
Commit ff66f379 authored by Erik Reid's avatar Erik Reid
Browse files

added brian influx params to test config data

parent 965bb503
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,14 @@ def dummy_config(): ...@@ -31,7 +31,14 @@ def dummy_config():
# 'username': 'guest', # 'username': 'guest',
# 'password': 'guest', # 'password': 'guest',
# 'vhost': '/' # 'vhost': '/'
# } # },
'brian': {
'hostname': 'bogus hostname',
'username': 'bogus username',
'password': 'bogus password',
'database': 'bogus database name',
'measurement': 'bogus measurement'
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment