# =================================================================== # Meldestelle Environment Variables Template # Copy to .env and customize for your environment # =================================================================== # Database Configuration POSTGRES_USER=meldestelle POSTGRES_PASSWORD=meldestelle POSTGRES_DB=meldestelle # Redis Configuration REDIS_PASSWORD= # Keycloak Configuration KEYCLOAK_ADMIN=admin KEYCLOAK_ADMIN_PASSWORD=admin KC_DB=postgres KC_DB_URL=jdbc:postgresql://postgres:5432/keycloak KC_DB_USERNAME=meldestelle KC_DB_PASSWORD=meldestelle # JWT Configuration JWT_SECRET=meldestelle-auth-secret-key-change-in-production JWT_EXPIRATION=86400 # Monitoring Configuration GF_SECURITY_ADMIN_USER=admin GF_SECURITY_ADMIN_PASSWORD=admin # Production URLs (for production environment) KC_HOSTNAME=auth.meldestelle.at GRAFANA_HOSTNAME=monitor.meldestelle.at PROMETHEUS_HOSTNAME=metrics.meldestelle.at