node简易服务器完成
This commit is contained in:
8
config/db.js
Normal file
8
config/db.js
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user