[int]
This commit is contained in:
parent
0002ae76af
commit
2da64d257f
|
|
@ -171,7 +171,7 @@
|
||||||
"filename": "{{cfg_authelia.notification.data.path}}"
|
"filename": "{{cfg_authelia.notification.data.path}}"
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cfg_authelia.notification_mode == "smtp" %}
|
{% if cfg_authelia.notification.kind == "smtp" %}
|
||||||
"smtp": {
|
"smtp": {
|
||||||
"address": "{{cfg_authelia.notification.data.host}}:{{cfg_authelia.notification.data.port | string}}",
|
"address": "{{cfg_authelia.notification.data.host}}:{{cfg_authelia.notification.data.port | string}}",
|
||||||
"username": "{{cfg_authelia.notification.data.username}}",
|
"username": "{{cfg_authelia.notification.data.username}}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue