blob: 00ce6879ab66634479b2be82af718918748b3e7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|