Fix Mattermost config field names
This commit is contained in:
parent
3a3d81cf4c
commit
9fb149c02a
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user