2026-09-02 17:38:50 +02:00
|
|
|
# Local, non-secret runtime configuration. Copy to .env; never commit real credentials.
|
|
|
|
|
APP_ENV=development
|
|
|
|
|
LOG_LEVEL=INFO
|
|
|
|
|
API_PORT=8000
|
|
|
|
|
WEB_PORT=8080
|
|
|
|
|
CORS_ORIGINS=http://localhost:8080
|
2026-09-02 17:45:57 +02:00
|
|
|
# Optional first-run admin bootstrap. Set both only for a fresh deployment;
|
|
|
|
|
# remove them after the admin account has been created. Never commit credentials.
|
|
|
|
|
BOOTSTRAP_ADMIN_EMAIL=
|
|
|
|
|
BOOTSTRAP_ADMIN_PASSWORD=
|
2026-09-02 17:38:50 +02:00
|
|
|
# Deliberately fixed to false in compose for this MVP.
|
|
|
|
|
AUTOMATED_OUTREACH_ENABLED=false
|