✨ Updates! InfluxDB and .env support
This commit is contained in:
parent
0df6f5956f
commit
5900fec8ff
6 changed files with 88 additions and 10 deletions
7
.env.example
Normal file
7
.env.example
Normal file
|
@ -0,0 +1,7 @@
|
|||
INFLUXDB_TOKEN=""
|
||||
INFLUXDB_ORG=""
|
||||
INFLUXDB_URL="http://localhost:8080"
|
||||
INFLUXDB_BUCKET="electricity"
|
||||
INFLUXDB_ENABLED=True
|
||||
FLASK_APP_URL="http://localhost/impulses"
|
||||
FLASK_APP_ENABLED=True
|
Loading…
Add table
Add a link
Reference in a new issue