Refactoring
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Fichier d'exemple pour les variables d'environnement
|
||||
# Copiez ce fichier en .env et remplissez avec vos valeurs
|
||||
|
||||
# Keycloak Configuration
|
||||
KEYCLOAK_CLIENT_SECRET=dev-secret-change-in-production
|
||||
KEYCLOAK_AUTH_SERVER_URL=http://localhost:8180/realms/unionflow
|
||||
|
||||
# Backend Configuration
|
||||
UNIONFLOW_BACKEND_URL=http://localhost:8085
|
||||
|
||||
# Session Configuration
|
||||
SESSION_TIMEOUT=3600
|
||||
REMEMBER_ME_DURATION=604800
|
||||
|
||||
# Security Configuration
|
||||
ENABLE_CSRF=true
|
||||
PASSWORD_MIN_LENGTH=8
|
||||
PASSWORD_REQUIRE_SPECIAL=true
|
||||
MAX_LOGIN_ATTEMPTS=5
|
||||
LOCKOUT_DURATION=300
|
||||
Reference in New Issue
Block a user