]> BookStack Code Mirror - bookstack/commitdiff
Merge branch 'feature/mail-verify-peer' into development
authorDan Brown <redacted>
Sun, 23 Apr 2023 14:05:13 +0000 (15:05 +0100)
committerDan Brown <redacted>
Sun, 23 Apr 2023 14:05:13 +0000 (15:05 +0100)
1  2 
.env.example.complete

diff --combined .env.example.complete
index f46bfccc02ae8b84a0eef374b83c6c004c11c594,9ce33f58f82b77900eb7ec20bb27e1fdae315f3d..7071846a36e9da31868d3b7a1ff24096463dd3df
@@@ -3,10 -3,6 +3,10 @@@
  # Each option is shown with it's default value.
  # Do not copy this whole file to use as your '.env' file.
  
 +# The details here only serve as a quick reference.
 +# Please refer to the BookStack documentation for full details:
 +# https://www.bookstackapp.com/docs/
 +
  # Application environment
  # Can be 'production', 'development', 'testing' or 'demo'
  APP_ENV=production
@@@ -83,6 -79,7 +83,7 @@@ MAIL_PORT=102
  MAIL_USERNAME=null
  MAIL_PASSWORD=null
  MAIL_ENCRYPTION=null
+ MAIL_VERIFY_SSL=true
  
  # Command to use when email is sent via sendmail
  MAIL_SENDMAIL_COMMAND="/usr/sbin/sendmail -bs"
@@@ -326,13 -323,6 +327,13 @@@ FILE_UPLOAD_SIZE_LIMIT=5
  # Can be 'a4' or 'letter'.
  EXPORT_PAGE_SIZE=a4
  
 +# Set path to wkhtmltopdf binary for PDF generation.
 +# Can be 'false' or a path path like: '/home/bins/wkhtmltopdf'
 +# When false, BookStack will attempt to find a wkhtmltopdf in the application
 +# root folder then fall back to the default dompdf renderer if no binary exists.
 +# Only used if 'ALLOW_UNTRUSTED_SERVER_FETCHING=true' which disables security protections.
 +WKHTMLTOPDF=false
 +
  # Allow <script> tags in page content
  # Note, if set to 'true' the page editor may still escape scripts.
  ALLOW_CONTENT_SCRIPTS=false
@@@ -383,4 -373,4 +384,4 @@@ LOG_FAILED_LOGIN_CHANNEL=errorlog_plain
  # IP address '146.191.42.4' would result in '146.191.x.x' being logged.
  # For the IPv6 address '2001:db8:85a3:8d3:1319:8a2e:370:7348' this would result as:
  # '2001:db8:85a3:8d3:x:x:x:x'
- IP_ADDRESS_PRECISION=4
+ IP_ADDRESS_PRECISION=4