From 6e9783cfba85ffddf802b24c17837f6519feae9a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 May 2024 16:56:28 +0200 Subject: [PATCH] wait #6903 @0:10 --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 6591187..3ff3c46 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ APP_NAME=Bastide-resah.fr APP_ENV=production APP_KEY=base64:OpYzvRTnIiViilkl5ngdoPNJ6UQeQUB8WBKhR4XD/UY= -APP_DEBUG=true +APP_DEBUG=false APP_URL=https://www.bastide-resah.fr/ LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null @@ -48,7 +48,7 @@ VITE_PUSHER_HOST= VITE_PUSHER_PORT=443 VITE_PUSHER_SCHEME=https VITE_PUSHER_APP_CLUSTER=mt1 -DEBUGBAR_ENABLED=true +DEBUGBAR_ENABLED=false DEBUGBAR_OPEN_STORAGE=true MAIL_BCC_ALL=test+bastide-resah@cubedesigners.com BACKPACK_LOCALES=fr -- 2.39.5