Compare commits
2 commits
6aa922a20a
...
cd31cdea2e
Author | SHA1 | Date | |
---|---|---|---|
cd31cdea2e | |||
4d4059f294 |
1 changed files with 2 additions and 3 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}}",
|
||||
|
@ -189,7 +188,7 @@
|
|||
"identity_providers": {
|
||||
"oidc": {
|
||||
"hmac_secret": "{{var_authelia_oidc_hmac_secret}}",
|
||||
"issuer_private_key": "{{temp_tls_result.privatekey | replace('\n', '\\n')}}",
|
||||
"jwks": "{{temp_tls_result.privatekey | replace('\n', '\\n')}}",
|
||||
"lifespans": {
|
||||
"access_token": "{{var_authelia_oidc_lifespan_access_token}}",
|
||||
"refresh_token": "{{var_authelia_oidc_lifespan_refresh_token}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue