mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 09:54:11 +02:00
update admin email configuration to support multiple addresses and update documentation
This commit is contained in:
@@ -7,7 +7,7 @@ class AuthConfig(BaseSettings):
|
||||
model_config = SettingsConfigDict(env_prefix="AUTH_")
|
||||
token_secret: str
|
||||
session_lifetime: int = 60 * 60 * 24
|
||||
admin_email: str
|
||||
admin_email: list[str] = []
|
||||
|
||||
@property
|
||||
def jwt_signing_key(self):
|
||||
|
||||
Reference in New Issue
Block a user