增加部署发布模块

This commit is contained in:
aixianling
2022-03-30 19:19:56 +08:00
parent d48be5b91f
commit f56c30780a
7 changed files with 77 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ module.exports = {
user: "root",
port: 3306,
password: "Cwy@2019",
database: "dvcp_v2_dev",
database: "dvcp_oms_dev",
multipleStatements: true
}