Update Documentation_Containers/bookstack/.env
This commit is contained in:
@@ -1,4 +1,31 @@
|
||||
SERVICE_NAME=wiki
|
||||
DOMAIN_NAME=example.com
|
||||
|
||||
DB_PASSWORD=
|
||||
DB_PASSWORD=
|
||||
|
||||
MAIL_DRIVER=smtp
|
||||
|
||||
# SMTP server host address
|
||||
MAIL_HOST=smtp.provider.tld
|
||||
|
||||
# SMTP server port
|
||||
# Using port 465 will force connections to be via TLS
|
||||
MAIL_PORT=587
|
||||
|
||||
# Connection encryption to use
|
||||
# Valid values are: tls, null
|
||||
# Using 'tls' will require either TLS or STARTTLS to be used.
|
||||
# When using 'null' STARTTLS will still be attempted if announced
|
||||
# as supported by your SMTP server.
|
||||
# Using port 465 above will force connections to be via TLS.
|
||||
MAIL_ENCRYPTION=tls
|
||||
|
||||
# Authentication details for your SMTP service
|
||||
MAIL_USERNAME=user@provider.tld
|
||||
MAIL_PASSWORD=onlyifneeded
|
||||
|
||||
# The "from" email address for outgoing email
|
||||
MAIL_FROM=noreply@yourdomain.tld
|
||||
|
||||
# The "from" name used for outgoing email
|
||||
MAIL_FROM_NAME= ${DOMAIN_NAME} Wiki
|
||||
Reference in New Issue
Block a user