Update Documentation_Containers/bookstack/.env

This commit is contained in:
2026-09-07 16:53:09 +00:00
parent 0144f2dc57
commit 436f880be0
+3 -5
View File
@@ -1,11 +1,9 @@
SERVICE_NAME=wiki
DOMAIN_NAME=example.com
DB_PASSWORD=
MAIL_DRIVER=smtp
# SMTP server host address
MAIL_HOST=smtp.provider.tld
MAIL_HOST=smtp.mailgun.org
# SMTP server port
# Using port 465 will force connections to be via TLS
MAIL_PORT=587
@@ -20,6 +18,6 @@ MAIL_ENCRYPTION=tls
MAIL_USERNAME=user@provider.tld
MAIL_PASSWORD=onlyifneeded
# The "from" email address for outgoing email
MAIL_FROM=noreply@yourdomain.tld
MAIL_FROM=noreply@${DOMAIN_NAME}
# The "from" name used for outgoing email
MAIL_FROM_NAME= ${DOMAIN_NAME} Wiki
MAIL_FROM_NAME= ${DOMAIN_NAME} ${SERVICE_NAME}