diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index bc841e7..2591c2e 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -1,15 +1,15 @@ [DEFAULT] sslverify = no output = psql -endpoint = http://localhost:8080/api +endpoint = http://0.0.0.0:8080/api timezone = Europe/London [alerta-mailer] key = {{ alerta_mailer_api_key }} mail_to = {{ mail_to }} mail_from = {{ mail_from }} -amqp_url = mongodb://localhost:27017/ -dashboard_url = http://localhost:8000 +amqp_url = mongodb://0.0.0.0:27017/ +dashboard_url = http://0.0.0.0:8000 smtp_username = {{ smtp_username }} smtp_password = {{ smtp_passwd }} smtp_use_ssl = False