Add required smtp field.
This commit is contained in:
parent
7f353e1571
commit
9c36cf9537
1 changed files with 2 additions and 0 deletions
|
@ -674,3 +674,5 @@ client:
|
||||||
# If you enable only one external auth plugin
|
# If you enable only one external auth plugin
|
||||||
# You can automatically redirect your users on this external platform when they click on the login button
|
# You can automatically redirect your users on this external platform when they click on the login button
|
||||||
redirect_on_single_external_auth: false
|
redirect_on_single_external_auth: false
|
||||||
|
smtp:
|
||||||
|
ca_file: null # Used for self signed certificates
|
||||||
|
|
Reference in a new issue