admin notifications and data explorer backend
This commit is contained in:
@@ -24,6 +24,11 @@ class Settings(BaseSettings):
|
||||
ocr_languages: str = "eng+rus+kor"
|
||||
admin_telegram_ids: str = ""
|
||||
admin_bootstrap_token: str = ""
|
||||
admin_notification_chat_id: str = ""
|
||||
admin_notify_new_users: bool = True
|
||||
admin_notify_sto_applications: bool = True
|
||||
admin_notify_security_events: bool = True
|
||||
admin_notify_system_errors: bool = True
|
||||
|
||||
model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8", extra="ignore")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user