Add example .env file

This commit is contained in:
Garrett Bjerkhoel 2016-09-30 00:24:28 -07:00
parent b3facb6dc5
commit 81223ddf96
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
UNIFI_ADDR="107.170.232.179"
UNIFI_PORT="8443"
UNIFI_USERNAME="username"
UNIFI_PASSWORD="password"
# Can be 1m15s for 1 minute 0 seconds, 15s for 15 seconds, etc.
TICK_RATE="15s"
INFLUXDB_ADDR="http://hostname:8086"
INFLUXDB_DATABASE="unifi"
INFLUXDB_USERNAME="unifi"
INFLUXDB_PASSWORD="password"