Fix Mattermost config field names

This commit is contained in:
Christian 2026-01-02 02:06:05 +01:00
parent 3a3d81cf4c
commit 9fb149c02a
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
1.3.69
1.3.70

View File

@ -117,7 +117,8 @@ class Settings(BaseSettings):
# Mattermost Notifications
MATTERMOST_WEBHOOK_URL: str = ""
MATTERMOST_NOTIFICATIONS_ENABLED: bool = False
MATTERMOST_ENABLED: bool = False
MATTERMOST_CHANNEL: str = ""
# Deployment Configuration (used by Docker/Podman)
POSTGRES_USER: str = "bmc_hub"