From 8d6d4692a44061ab6ceea18dc733bbfa8f6f5049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:13:52 +0200 Subject: [PATCH] Update .env --- conf/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env b/conf/.env index 694f35b..48f9762 100644 --- a/conf/.env +++ b/conf/.env @@ -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/"