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:
parent
a55927025b
commit
2eb72f24f1
1 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,10 @@
|
||||||
# NOTE: If any of your values contain a space or a hash you will need to
|
# 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")
|
# 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
|
# Enable debug mode
|
||||||
# Shows advanced debug information and errors.
|
# Shows advanced debug information and errors.
|
||||||
# CAN EXPOSE OTHER VARIABLES, LEAVE DISABLED
|
# CAN EXPOSE OTHER VARIABLES, LEAVE DISABLED
|
||||||
|
@ -82,5 +86,3 @@ STORAGE_TYPE=local
|
||||||
# Can be 'list' or 'grid'
|
# Can be 'list' or 'grid'
|
||||||
APP_VIEWS_BOOKS=list
|
APP_VIEWS_BOOKS=list
|
||||||
APP_VIEWS_BOOKSHELVES=grid
|
APP_VIEWS_BOOKSHELVES=grid
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue