Files

33 lines
1.0 KiB
Bash
Raw Permalink Normal View History

2026-04-20 20:40:04 +02:00
# Required: bootstrap and core app settings.
# These values should be set before the container starts.
2026-04-19 20:19:58 +02:00
APP_NAME=Home Automation Backend (Python)
2026-04-20 17:36:05 +02:00
APP_ENV=production
APP_HOSTNAME=home-automation.example.com
2026-04-20 20:40:04 +02:00
APP_DATABASE_URL=sqlite:////app/data/app.db
LOCATION_DATABASE_URL=sqlite:////app/data/locationRecorder.db
POO_DATABASE_URL=sqlite:////app/data/pooRecorder.db
2026-04-20 15:16:47 +02:00
AUTH_BOOTSTRAP_USERNAME=admin
2026-04-20 20:40:04 +02:00
AUTH_BOOTSTRAP_PASSWORD=change-me
# Optional: runtime overrides.
# Leave these commented out to use the application's built-in defaults.
# APP_DEBUG=
# AUTH_SESSION_COOKIE_NAME=
# AUTH_SESSION_TTL_HOURS=
# AUTH_COOKIE_SECURE_OVERRIDE=
# Optional: Home Assistant integration.
# Leave these empty when Home Assistant integration is not needed.
HOME_ASSISTANT_BASE_URL=
HOME_ASSISTANT_AUTH_TOKEN=
POO_WEBHOOK_ID=
2026-04-20 20:40:04 +02:00
POO_SENSOR_ENTITY_NAME=
POO_SENSOR_FRIENDLY_NAME=
# Optional: TickTick integration.
# APP_HOSTNAME is used to derive the OAuth callback URI automatically.
2026-04-19 20:19:58 +02:00
TICKTICK_CLIENT_ID=
TICKTICK_CLIENT_SECRET=
TICKTICK_TOKEN=
HOME_ASSISTANT_ACTION_TASK_PROJECT_ID=