Files
home-automation/.env.example
T

23 lines
740 B
Bash
Raw Normal View History

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_DEBUG=false
APP_HOSTNAME=home-automation.example.com
2026-04-20 15:16:47 +02:00
APP_DATABASE_URL=sqlite:///./data/app.db
AUTH_BOOTSTRAP_USERNAME=admin
AUTH_BOOTSTRAP_PASSWORD=admin
AUTH_SESSION_COOKIE_NAME=home_automation_session
AUTH_SESSION_TTL_HOURS=12
2026-04-20 17:36:05 +02:00
AUTH_COOKIE_SECURE_OVERRIDE=true
LOCATION_DATABASE_URL=sqlite:///./data/locationRecorder.db
POO_DATABASE_URL=sqlite:///./data/pooRecorder.db
POO_WEBHOOK_ID=
POO_SENSOR_ENTITY_NAME=sensor.test_poo_status
POO_SENSOR_FRIENDLY_NAME=Poo Status
2026-04-19 20:19:58 +02:00
TICKTICK_CLIENT_ID=
TICKTICK_CLIENT_SECRET=
TICKTICK_TOKEN=
HOME_ASSISTANT_BASE_URL=http://localhost:8123
HOME_ASSISTANT_AUTH_TOKEN=
2026-04-20 10:11:02 +02:00
HOME_ASSISTANT_TIMEOUT_SECONDS=1.0
2026-04-19 20:19:58 +02:00
HOME_ASSISTANT_ACTION_TASK_PROJECT_ID=