[task-185] [mod] authelia:conf template
This commit is contained in:
parent
4d4059f294
commit
cd31cdea2e
1 changed files with 1 additions and 2 deletions
|
@ -173,8 +173,7 @@
|
|||
{% endif %}
|
||||
{% if var_authelia_notification_mode == "smtp" %}
|
||||
"smtp": {
|
||||
"host": "{{var_authelia_notification_smtp_host}}",
|
||||
"port": {{var_authelia_notification_smtp_port | string}},
|
||||
"address": "{{var_authelia_notification_smtp_host}}:{{var_authelia_notification_smtp_port | string}}",
|
||||
"username": "{{var_authelia_notification_smtp_username}}",
|
||||
"password": "{{var_authelia_notification_smtp_password}}",
|
||||
"sender": "{{var_authelia_notification_smtp_sender}}",
|
||||
|
|
Loading…
Add table
Reference in a new issue