Use 0.0.0.0 to map localhost
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-09 20:23:46 +02:00
parent b1496592bc
commit ffd036e697
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -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