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. # For Pre-Production use config/preprod.env.example OUTSIDE the checkout instead. # scripts/deploy-preprod.sh uses /home/kai/.config/metalcircle/preprod.env explicitly. # 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