lanjianrong 4 years ago
parent
commit
2a314f7f30
1 changed files with 9 additions and 1 deletions
  1. 9 1
      conf/db.go

+ 9 - 1
conf/db.go

@@ -36,6 +36,14 @@ var DbMasterList = []DbConfig{
 		Datebase:  "design_quantity",
 		IsRunning: true,
 	},
+	{
+		Host:      "39.108.111.147",
+		Port:      3306,
+		User:      "zongheng",
+		Pwd:       "@)!(smartcost#*%)",
+		Datebase:  "design_quantity",
+		IsRunning: true,
+	}
 }
 
-var DbMaster = DbMasterList[1]
+var DbMaster = DbMasterList[2]