Use 127 syntax and fix mongodb database name
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
3b57b335f9
commit
544ede2ae7
@ -1,15 +1,16 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
endpoint = http://localhost:8080/api
|
endpoint = http://127.0.0.1:8080/api
|
||||||
key = {{ alerta_cli_api_key }}
|
key = {{ alerta_cli_api_key }}
|
||||||
output = psql
|
output = psql
|
||||||
sslverify = no
|
sslverify = no
|
||||||
timezone = Europe/London
|
timezone = Europe/London
|
||||||
|
|
||||||
[alerta-mailer]
|
[alerta-mailer]
|
||||||
amqp_url = mongodb://0.0.0.0:27017/
|
amqp_url = mongodb://127.0.0.1:27017/kombu
|
||||||
dashboard_url = http://localhost:8080
|
dashboard_url = http://127.0.0.1:8080
|
||||||
debug = true
|
debug = true
|
||||||
email_type = text
|
email_type = text
|
||||||
|
endpoint = http://127.0.0.1:8080/api
|
||||||
key = {{ alerta_mailer_api_key }}
|
key = {{ alerta_mailer_api_key }}
|
||||||
mail_from = {{ mail_from }}
|
mail_from = {{ mail_from }}
|
||||||
mail_to = {{ mail_to }}
|
mail_to = {{ mail_to }}
|
||||||
|
Reference in New Issue
Block a user