Also use localhost here
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
0c102ed066
commit
f76d9f5e76
@ -8,7 +8,7 @@ timezone = Europe/London
|
|||||||
|
|
||||||
[alerta-mailer]
|
[alerta-mailer]
|
||||||
amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu
|
amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu
|
||||||
dashboard_url = https://{{ domain }}
|
dashboard_url = http://localhost:8080
|
||||||
debug = True
|
debug = True
|
||||||
email_type = text
|
email_type = text
|
||||||
endpoint = http://localhost:8080
|
endpoint = http://localhost:8080
|
||||||
|
Reference in New Issue
Block a user