Further amqp config

This commit is contained in:
Luke Murphy
2020-04-09 20:17:01 +02:00
parent 0f218b6666
commit 3ce87f57fd
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ timezone = Europe/London
key = {{ alerta_mailer_api_key }}
mail_to = {{ mail_to }}
mail_from = {{ mail_from }}
amqp_url = redis://localhost:6379/
amqp_url = mongodb://localhost:27017/
dashboard_url = http://localhost:8000
smtp_username = {{ smtp_username }}
smtp_password = {{ smtp_passwd }}