This commit is contained in:
Luke Murphy 2021-01-08 13:45:05 +01:00
parent 7d8efb7352
commit 5b12e5b78b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ PLUGINS = [
"rocketchat",
]
AMQP_URL = "{{ env "MONGODB_TYPE" }}://{{ env "MONGODB_USER" }}:{{ secret "db_passwd" }}@{{ env "MONGODB_ADDR" }}/alerta
AMQP_URL = "{{ env "MONGODB_TYPE" }}://{{ env "MONGODB_USER" }}:{{ secret "db_root_password" }}@{{ env "MONGODB_ADDR" }}/alerta
AMQP_TOPIC = "notify"
ROCKETCHAT_WEBHOOK_URL = "{{ secret "rocket_chat_webhook_url" }}"