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