Add Mattermost notification settings

This commit is contained in:
Christian 2026-01-02 02:02:44 +01:00
parent f77e6dc70b
commit 3a3d81cf4c
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
1.3.68 1.3.69

View File

@ -115,6 +115,10 @@ class Settings(BaseSettings):
SFTP_REMOTE_PATH: str = "/backups" SFTP_REMOTE_PATH: str = "/backups"
SSH_KEY_PATH: str = "" SSH_KEY_PATH: str = ""
# Mattermost Notifications
MATTERMOST_WEBHOOK_URL: str = ""
MATTERMOST_NOTIFICATIONS_ENABLED: bool = False
# Deployment Configuration (used by Docker/Podman) # Deployment Configuration (used by Docker/Podman)
POSTGRES_USER: str = "bmc_hub" POSTGRES_USER: str = "bmc_hub"
POSTGRES_PASSWORD: str = "bmc_hub" POSTGRES_PASSWORD: str = "bmc_hub"