aggiunti trasferte, export excel, miglioramenti generali
This commit is contained in:
@@ -68,6 +68,7 @@ AUTHELIA_ADMIN_GROUP = os.getenv("AUTHELIA_ADMIN_GROUP", "parking_admins")
|
||||
# External URLs for Authelia mode
|
||||
# When AUTHELIA_ENABLED, login redirects to Authelia and register to external portal
|
||||
AUTHELIA_LOGIN_URL = os.getenv("AUTHELIA_LOGIN_URL", "") # e.g., https://auth.rocketscale.it
|
||||
AUTHELIA_LOGOUT_URL = os.getenv("AUTHELIA_LOGOUT_URL", "") # e.g., https://auth.rocketscale.it/logout
|
||||
REGISTRATION_URL = os.getenv("REGISTRATION_URL", "") # e.g., https://register.rocketscale.it
|
||||
|
||||
# Email configuration (following org-stack pattern)
|
||||
|
||||
Reference in New Issue
Block a user