add Keycloak, add better canvas
This commit is contained in:
@@ -51,6 +51,12 @@ EXPORT_PATH=./exports/ # Speicherort für SVG-Exports
|
||||
ENABLE_AUTOMATIC_EVENTS=false # Automatische Events deaktiviert
|
||||
EVENT_DURATION_MINUTES=30 # Event-Dauer
|
||||
EVENT_INTERVAL_HOURS=6 # Abstand zwischen Events
|
||||
|
||||
# Keycloak Authentifizierung (optional)
|
||||
ENABLE_KEYCLOAK=false # Keycloak-Authentifizierung
|
||||
KEYCLOAK_REALM=rplace # Keycloak Realm Name
|
||||
KEYCLOAK_AUTH_URL=http://localhost:8080 # Keycloak Server URL
|
||||
KEYCLOAK_CLIENT_ID=rplace-client # Keycloak Client ID Events
|
||||
```
|
||||
|
||||
## Schritt 4: PostgreSQL Datenbank einrichten (optional)
|
||||
|
||||
Reference in New Issue
Block a user