From 77b1b77eee491196d1a39905fdefc93c5480c642 Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Sat, 11 Oct 2025 12:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + backend/config/database.json | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 backend/config/database.json diff --git a/.gitignore b/.gitignore index 288a359..2abc7e8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ backend/config/user-config.json # 自己的配置文件 start_me.bat config.json +database.json #打包文件夹 dist/ diff --git a/backend/config/database.json b/backend/config/database.json deleted file mode 100644 index de24b14..0000000 --- a/backend/config/database.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "host": "sywb.top", - "port": 3306, - "user": "pixiv", - "password": "yT6LYysxB4HPPkZc", - "database": "pixiv", - "connectionLimit": 10, - "ssl": false -} \ No newline at end of file