node简易服务器完成

This commit is contained in:
aixianling
2022-03-29 15:04:07 +08:00
parent 0905e9263c
commit d48be5b91f
8 changed files with 120 additions and 13 deletions

8
config/db.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
host: "192.168.1.87",
user: "root",
port: 3306,
password: "Cwy@2019",
database: "dvcp_v2_dev",
multipleStatements: true
}