Drop quotes in ini file
This commit is contained in:
parent
bfb73d1057
commit
86df55e7e8
@ -5,13 +5,13 @@ endpoint = http://localhost: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 = redis://localhost:6379/
|
amqp_url = redis://localhost:6379/
|
||||||
dashboard_url = http://localhost:8000
|
dashboard_url = http://localhost: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
|
||||||
debug = True
|
debug = True
|
||||||
skip_mta = False
|
skip_mta = False
|
||||||
|
Reference in New Issue
Block a user