27 lines
857 B
Bash
27 lines
857 B
Bash
POSTGRES_DB=concerts
|
|
POSTGRES_USER=concerts
|
|
POSTGRES_PASSWORD=CHANGE_ME
|
|
|
|
INITIAL_ADMIN_USERNAME=Kai
|
|
INITIAL_ADMIN_PASSWORD=CHANGE_ME_TO_A_LONG_RANDOM_PASSWORD
|
|
INITIAL_ADMIN_EMAIL=admin@example.invalid
|
|
|
|
# Produktion ausschließlich hinter HTTPS betreiben.
|
|
COOKIE_SECURE=true
|
|
|
|
# Dedicated metalcircle-bot development/test token. Never use a personal token.
|
|
GITEA_URL=http://192.168.178.5:3000
|
|
GITEA_TOKEN=
|
|
GITEA_OWNER=kai
|
|
GITEA_REPO=pingu-concerts
|
|
|
|
# Server push defaults to off; enable only in a local/test environment with the dedicated TEST service account mounted.
|
|
PUSH_ENABLED=false
|
|
FIREBASE_PROJECT_ID=
|
|
# Only needed with: docker compose -f compose.yml -f compose.push.yml ...
|
|
FIREBASE_SERVICE_ACCOUNT_FILE=
|
|
|
|
# Inclusive registration dates (Europe/Berlin); Early Bird starts the following day.
|
|
ALPHA_TESTER_UNTIL=2026-10-31
|
|
BETA_TESTER_UNTIL=2026-12-31
|