GIN_MODE=debug
DATABASE_URL=./sensors.sqlite3?_busy_timeout=500
PORT=8083
BIND_IP=localhost
AUTH_ENABLED=true
AUTH_USERNAME=admin
AUTH_PASSWORD=password
AUTH_KEY=password
# How long should the data be stored
DATA_RETENTION_IN_DAYS=365