From 7a7369cc040038e08f4abd5c10a0105b1211206a Mon Sep 17 00:00:00 2001 From: zpc Date: Sat, 7 Jun 2025 22:30:50 +0800 Subject: [PATCH] 33 --- .env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index a0c3126..78e2336 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -APP_DEBUG = false +APP_DEBUG = true [APP] DEFAULT_TIMEZONE = Asia/Shanghai @@ -6,9 +6,9 @@ DEFAULT_TIMEZONE = Asia/Shanghai [DATABASE] TYPE = mysql HOSTNAME = 127.0.0.1 -DATABASE = youda -USERNAME = youda -PASSWORD = youda +DATABASE = youda_test +USERNAME = youda_test +PASSWORD = youda_test HOSTPORT = 3306 CHARSET = utf8 DEBUG = false @@ -23,4 +23,4 @@ PASSWORD = DB = 3 [YOUDA] -YOUDA_ENV=production \ No newline at end of file +YOUDA_ENV=test \ No newline at end of file