From bb6cbcccdb32a8a93003e8fd5c4d82677d4bf744 Mon Sep 17 00:00:00 2001 From: youda Date: Sun, 13 Apr 2025 20:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 23 ----------------------- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100755 .env diff --git a/.env b/.env deleted file mode 100755 index b58ff3f..0000000 --- a/.env +++ /dev/null @@ -1,23 +0,0 @@ -APP_DEBUG = true - -[APP] -DEFAULT_TIMEZONE = Asia/Shanghai - -[DATABASE] -TYPE = mysql -HOSTNAME = 127.0.0.1 -DATABASE = youda_test -USERNAME = youda_test -PASSWORD = youda_test -HOSTPORT = 3306 -CHARSET = utf8 -DEBUG = true - -[LANG] -default_lang = zh-cn - -[REDIS] -HOST = 127.0.0.1 -PORT = 6379 -PASSWORD = -DB = 3 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 92b5616..2ddd6a1 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ runtime/* .htaccess vendor/* 404.html -public/.well-known/* \ No newline at end of file +public/.well-known/* +.env \ No newline at end of file