Update Documentation_Containers/bookstack/.env
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
SERVICE_NAME=wiki
|
SERVICE_NAME=wiki
|
||||||
DOMAIN_NAME=example.com
|
DOMAIN_NAME=example.com
|
||||||
|
|
||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
|
|
||||||
MAIL_DRIVER=smtp
|
MAIL_DRIVER=smtp
|
||||||
# SMTP server host address
|
# SMTP server host address
|
||||||
MAIL_HOST=smtp.provider.tld
|
MAIL_HOST=smtp.mailgun.org
|
||||||
# SMTP server port
|
# SMTP server port
|
||||||
# Using port 465 will force connections to be via TLS
|
# Using port 465 will force connections to be via TLS
|
||||||
MAIL_PORT=587
|
MAIL_PORT=587
|
||||||
@@ -20,6 +18,6 @@ MAIL_ENCRYPTION=tls
|
|||||||
MAIL_USERNAME=user@provider.tld
|
MAIL_USERNAME=user@provider.tld
|
||||||
MAIL_PASSWORD=onlyifneeded
|
MAIL_PASSWORD=onlyifneeded
|
||||||
# The "from" email address for outgoing email
|
# The "from" email address for outgoing email
|
||||||
MAIL_FROM=noreply@yourdomain.tld
|
MAIL_FROM=noreply@${DOMAIN_NAME}
|
||||||
# The "from" name used for outgoing email
|
# The "from" name used for outgoing email
|
||||||
MAIL_FROM_NAME= ${DOMAIN_NAME} Wiki
|
MAIL_FROM_NAME= ${DOMAIN_NAME} ${SERVICE_NAME}
|
||||||
Reference in New Issue
Block a user