1
0
Fork 0
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:
Éric Gaspar 2024-06-18 23:13:52 +02:00
parent 41843fc62f
commit 8d6d4692a4

View file

@ -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/"