Add Mattermost notification settings
This commit is contained in:
parent
f77e6dc70b
commit
3a3d81cf4c
@ -115,6 +115,10 @@ class Settings(BaseSettings):
|
||||
SFTP_REMOTE_PATH: str = "/backups"
|
||||
SSH_KEY_PATH: str = ""
|
||||
|
||||
# Mattermost Notifications
|
||||
MATTERMOST_WEBHOOK_URL: str = ""
|
||||
MATTERMOST_NOTIFICATIONS_ENABLED: bool = False
|
||||
|
||||
# Deployment Configuration (used by Docker/Podman)
|
||||
POSTGRES_USER: str = "bmc_hub"
|
||||
POSTGRES_PASSWORD: str = "bmc_hub"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user