去除数据库配置

This commit is contained in:
2025-10-11 12:08:46 +08:00
parent 47c68cadf3
commit 77b1b77eee
2 changed files with 1 additions and 9 deletions
+1
View File
@@ -14,6 +14,7 @@ backend/config/user-config.json
# 自己的配置文件 # 自己的配置文件
start_me.bat start_me.bat
config.json config.json
database.json
#打包文件夹 #打包文件夹
dist/ dist/
-9
View File
@@ -1,9 +0,0 @@
{
"host": "sywb.top",
"port": 3306,
"user": "pixiv",
"password": "yT6LYysxB4HPPkZc",
"database": "pixiv",
"connectionLimit": 10,
"ssl": false
}