Updates! InfluxDB and .env support

This commit is contained in:
Finn Christiansen 2024-10-08 22:04:32 +02:00
parent 0df6f5956f
commit 5900fec8ff
6 changed files with 88 additions and 10 deletions

7
.env.example Normal file
View 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