From 05b2b806710150a22b2c7f3652e975de472cbf68 Mon Sep 17 00:00:00 2001 From: yangrz Date: Wed, 27 Aug 2025 11:12:30 +0800 Subject: [PATCH] =?UTF-8?q?.env=E6=A8=A1=E6=9D=BF=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index e4fcead..54b39bd 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,7 @@ APP_KEY= APP_DEBUG=true APP_URL=http://localhost -APP_LOCALE=en +APP_LOCALE=zh_CN APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=en_US @@ -19,6 +19,7 @@ LOG_CHANNEL=stack LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug +LOG_SQL=false DB_CONNECTION=mysql DB_HOST=127.0.0.1