From 3d8f2948be1dc3aaf1d5f7d161cc78c61fbd99c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 20 Jul 2023 01:45:12 +0800 Subject: [PATCH] fix(conf): disable debug --- panel-example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-example.conf b/panel-example.conf index 6fa59111..2dca3955 100644 --- a/panel-example.conf +++ b/panel-example.conf @@ -1,6 +1,6 @@ -APP_ENV=production +APP_ENV=local APP_KEY= -APP_DEBUG=true +APP_DEBUG=false APP_HOST=0.0.0.0 APP_PORT=8888