graphicek/server/.env.example

11 lines
235 B
Plaintext
Raw Permalink Normal View History

2022-08-13 23:33:50 +02:00
GIN_MODE=debug
2022-08-28 12:30:37 +02:00
DATABASE_URL=./sensors.sqlite3?_busy_timeout=500
2022-08-13 23:33:50 +02:00
PORT=8083
BIND_IP=localhost
2024-03-31 18:33:56 +02:00
AUTH_ENABLED=true
2022-08-13 23:33:50 +02:00
AUTH_USERNAME=admin
AUTH_PASSWORD=password
2022-08-21 20:51:14 +02:00
AUTH_KEY=password
2024-04-01 10:33:20 +02:00
# How long should the data be stored
DATA_RETENTION_IN_DAYS=365