Agregué variables para SMTP
This commit is contained in:
parent
42727f8b5d
commit
4723ed547c
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,17 @@ nextcloud_db: nextcloud
|
|||
nextcloud_db_user: nextcloud
|
||||
nextcloud_db_user_password: Una contraseña bien, pero bien difícil.
|
||||
|
||||
## SMTP
|
||||
mail_smtp_enabled: false
|
||||
mail_smtpmode: smtp
|
||||
mail_smtphost: smtp.example.com
|
||||
mail_smtpport: 465
|
||||
mail_smtpsecure: true
|
||||
mail_smtpauth: false
|
||||
mail_from_address: CHANGEME
|
||||
mail_domain: example.com
|
||||
mail_smtppassword: CHANGEME
|
||||
|
||||
## LDAP
|
||||
ldap_enabled: false
|
||||
ldap_agent_password: cIBI4mLESN1nSrAPr7pX3350NPXkD3vExjr27X1ju
|
||||
|
|
Loading…
Reference in a new issue