X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0f66c8a0ccc5d87bc691bc42024da5caec3b5e0f..HEAD:/.env.example diff --git a/.env.example b/.env.example index 33a5d8ab9..4dee3b334 100644 --- a/.env.example +++ b/.env.example @@ -23,7 +23,6 @@ APP_URL=https://example.com # Database details DB_HOST=localhost DB_DATABASE=database_database -DB_TABLE_PREFIX= DB_USERNAME=database_username DB_PASSWORD=database_user_password @@ -38,8 +37,10 @@ MAIL_FROM=bookstack@example.com # SMTP mail options # These settings can be checked using the "Send a Test Email" # feature found in the "Settings > Maintenance" area of the system. +# For more detailed documentation on mail options, refer to: +# https://www.bookstackapp.com/docs/admin/email-webhooks/#email-configuration MAIL_HOST=localhost -MAIL_PORT=1025 +MAIL_PORT=587 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null