1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Update .env.example

This commit is contained in:
Éric Gaspar 2023-10-08 18:21:24 +02:00
parent f71cbb90b8
commit 0306700847

View file

@ -50,22 +50,35 @@ FILE_UPLOAD_SIZE_LIMIT=100
# Mail system to use # Mail system to use
# Can be 'smtp' or 'sendmail' # Can be 'smtp' or 'sendmail'
MAIL_DRIVER=smtp MAIL_DRIVER=sendmail
# Mail sender details # Mail sender details
MAIL_FROM_NAME=BookStack #MAIL_FROM_NAME=BookStack
MAIL_FROM=bookstack@__DOMAIN__ #MAIL_FROM=bookstack@__DOMAIN__
# SMTP mail options # SMTP mail options
# These settings can be checked using the "Send a Test Email" # These settings can be checked using the "Send a Test Email"
# feature found in the "Settings > Maintenance" area of the system. # feature found in the "Settings > Maintenance" area of the system.
# For more detailed documentation on mail options, refer to: # For more detailed documentation on mail options, refer to:
# https://www.bookstackapp.com/docs/admin/email-webhooks/#email-configuration # https://www.bookstackapp.com/docs/admin/email-webhooks/#email-configuration
MAIL_HOST=localhost #MAIL_HOST=localhost
MAIL_PORT=587 #MAIL_PORT=587
MAIL_USERNAME=__APP__ #MAIL_USERNAME=__APP__
MAIL_PASSWORD=__MAIL_PWD__ #MAIL_PASSWORD=__MAIL_PWD__
MAIL_ENCRYPTION=null #MAIL_ENCRYPTION=null
MAIL_DRIVER=sendmail
# The "from" email address for outgoing email
MAIL_FROM=noreply@__DOMAIN__
# The "from" name used for outgoing email
MAIL_FROM_NAME=BookStack
# The command to use for calling sendmail
MAIL_SENDMAIL_COMMAND="/usr/sbin/sendmail -bs"
# General auth # General auth
AUTH_METHOD=ldap AUTH_METHOD=ldap