mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update .env
This commit is contained in:
parent
41843fc62f
commit
8d6d4692a4
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ APP_DIR=__PATH__/
|
|||
|
||||
# enable or disable debug bar. By default it is disabled.
|
||||
# Do note that this disable CSP!!
|
||||
DEBUGBAR_ENABLED=false
|
||||
DEBUGBAR_ENABLED=true
|
||||
|
||||
# enable or disable the v5 layout.
|
||||
LIVEWIRE_ENABLED=true
|
||||
|
@ -77,7 +77,7 @@ TIMEZONE=__TIMEZONE__
|
|||
# folders in which the files will be stored
|
||||
LYCHEE_UPLOADS="__DATA_DIR__/uploads/"
|
||||
LYCHEE_DIST="__INSTALL_DIR__/public/dist/"
|
||||
# LYCHEE_SYM="/var/www/html/Lychee-Laravel/public/sym/"
|
||||
LYCHEE_SYM="__INSTALL_DIR__/public/sym/"
|
||||
# url to access those files
|
||||
# LYCHEE_UPLOADS_URL="uploads/"
|
||||
# LYCHEE_DIST_URL="dist/"
|
||||
|
|
Loading…
Reference in a new issue