mail server, ldap
This commit is contained in:
parent
86a6b14e6b
commit
dee08b7d56
@ -171,8 +171,8 @@ services:
|
|||||||
# NOTE: Special characters need to be url-encoded in MAIL_URL.
|
# NOTE: Special characters need to be url-encoded in MAIL_URL.
|
||||||
# You can encode those characters for example at: https://www.urlencoder.org
|
# You can encode those characters for example at: https://www.urlencoder.org
|
||||||
#- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
|
#- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
|
||||||
- MAIL_URL=smtp://<mail_url>:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
|
- MAIL_URL=smtp://172.20.1.7:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
|
||||||
- MAIL_FROM=Wekan Notifications <noreply.wekan@mydomain.com>
|
- MAIL_FROM=Wekan Notifications <noreply.wekan@k-space.ee>
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
# ==== OPTIONAL: MONGO OPLOG SETTINGS =====
|
# ==== OPTIONAL: MONGO OPLOG SETTINGS =====
|
||||||
# https://github.com/wekan/wekan-mongodb/issues/2#issuecomment-378343587
|
# https://github.com/wekan/wekan-mongodb/issues/2#issuecomment-378343587
|
||||||
@ -401,7 +401,7 @@ services:
|
|||||||
- LDAP_ENABLE=true
|
- LDAP_ENABLE=true
|
||||||
#
|
#
|
||||||
# The port of the LDAP server
|
# The port of the LDAP server
|
||||||
- LDAP_PORT=636
|
- LDAP_PORT=389
|
||||||
#
|
#
|
||||||
# The host server for the LDAP server
|
# The host server for the LDAP server
|
||||||
- LDAP_HOST=dc1.k-space.lan
|
- LDAP_HOST=dc1.k-space.lan
|
||||||
|
Loading…
Reference in New Issue
Block a user