SECRET_KEY=dev-secret-key DATABASE_URL=postgresql://slotfinder:slotfinder@localhost/slotfinder SESSION_COOKIE_SECURE=false # OIDC/Keycloak Configuration OIDC_CLIENT_ID=slotfinder OIDC_CLIENT_SECRET=slotfinder-dev-secret OIDC_DISCOVERY_URL=http://localhost:8080/realms/master/.well-known/openid-configuration OIDC_USE_GIVEN_NAME=false # Login with Keycloak admin credentials: # Username: admin # Password: admin