Use 0.0.0.0 to map localhost
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b1496592bc
commit
ffd036e697
@ -1,15 +1,15 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
sslverify = no
|
sslverify = no
|
||||||
output = psql
|
output = psql
|
||||||
endpoint = http://localhost:8080/api
|
endpoint = http://0.0.0.0:8080/api
|
||||||
timezone = Europe/London
|
timezone = Europe/London
|
||||||
|
|
||||||
[alerta-mailer]
|
[alerta-mailer]
|
||||||
key = {{ alerta_mailer_api_key }}
|
key = {{ alerta_mailer_api_key }}
|
||||||
mail_to = {{ mail_to }}
|
mail_to = {{ mail_to }}
|
||||||
mail_from = {{ mail_from }}
|
mail_from = {{ mail_from }}
|
||||||
amqp_url = mongodb://localhost:27017/
|
amqp_url = mongodb://0.0.0.0:27017/
|
||||||
dashboard_url = http://localhost:8000
|
dashboard_url = http://0.0.0.0:8000
|
||||||
smtp_username = {{ smtp_username }}
|
smtp_username = {{ smtp_username }}
|
||||||
smtp_password = {{ smtp_passwd }}
|
smtp_password = {{ smtp_passwd }}
|
||||||
smtp_use_ssl = False
|
smtp_use_ssl = False
|
||||||
|
Reference in New Issue
Block a user