Update Documentation_Containers/bookstack/.env

This commit is contained in:
2026-09-07 16:45:47 +00:00
parent 1271794838
commit 0144f2dc57
-6
View File
@@ -4,14 +4,11 @@ DOMAIN_NAME=example.com
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.
@@ -19,13 +16,10 @@ MAIL_PORT=587
# 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