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
f2f02969c2
commit
7e671c6eba
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
# 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")
|
||||||
|
|
||||||
|
# Enable debug mode
|
||||||
|
# Shows advanced debug information and errors.
|
||||||
|
# CAN EXPOSE OTHER VARIABLES, LEAVE DISABLED
|
||||||
|
APP_DEBUG=false
|
||||||
|
|
||||||
# Application key
|
# Application key
|
||||||
APP_KEY=SomeRandomString
|
APP_KEY=SomeRandomString
|
||||||
|
|
||||||
|
@ -67,3 +72,7 @@ SESSION_DRIVER=redis
|
||||||
|
|
||||||
# Example of using a single local Redis server
|
# Example of using a single local Redis server
|
||||||
REDIS_SERVERS=127.0.0.1:6379:__REDIS_DB__
|
REDIS_SERVERS=127.0.0.1:6379:__REDIS_DB__
|
||||||
|
|
||||||
|
# Storage system to use
|
||||||
|
# Can be 'local', 'local_secure' or 's3'
|
||||||
|
STORAGE_TYPE=local
|
||||||
|
|
Loading…
Add table
Reference in a new issue