From bcc124fcc558fa7058e0234d49097d469a74355c Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 28 Feb 2022 11:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0TP6=E5=BC=80=E5=90=AFdebug?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=A4=8D=E5=88=B6.env.debug=20?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA=20.env=20=E5=8D=B3?= =?UTF-8?q?=E5=8F=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.debug | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .env.debug diff --git a/.env.debug b/.env.debug new file mode 100644 index 0000000..946d744 --- /dev/null +++ b/.env.debug @@ -0,0 +1,7 @@ +APP_DEBUG = true + +[APP] +DEFAULT_TIMEZONE = Asia/Shanghai + +[LANG] +default_lang = zh-cn \ No newline at end of file