From 2eb72f24f16acb895d2b018d47bbcc5809d887cb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Mar 2022 10:14:14 +0100 Subject: [PATCH] Update .env.example --- conf/.env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/.env.example b/conf/.env.example index 7a89b8c..d1cd9be 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -6,6 +6,10 @@ # NOTE: If any of your values contain a space or a hash you will need to # wrap the entire value in quotes. (eg. MAIL_FROM_NAME="BookStack Mailer") +# Application environment +# Can be 'production', 'development', 'testing' or 'demo' +APP_ENV=production + # Enable debug mode # Shows advanced debug information and errors. # CAN EXPOSE OTHER VARIABLES, LEAVE DISABLED @@ -82,5 +86,3 @@ STORAGE_TYPE=local # Can be 'list' or 'grid' APP_VIEWS_BOOKS=list APP_VIEWS_BOOKSHELVES=grid - -