Files
pingu-concerts/.env.example
T

29 lines
994 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. Each environment needs its own service account and key.
# Pre-Production: compose.preprod.yml enables push and requires FIREBASE_PROJECT_ID.
# See docs/wiki/Firebase.md, section "Pre-Production Deployment".
PUSH_ENABLED=false
FIREBASE_PROJECT_ID=
# Required with compose.push.yml or compose.preprod.yml; absolute path OUTSIDE the checkout.
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