Commit e32a8ec0 authored by 黎博's avatar 黎博

修改vcc3 mysql用户名

parent f89c76e8
......@@ -12,7 +12,7 @@ public enum Namespace {
FE("fe", "fe", "jdbc:mysql://172.17.5.9:31024/", "qa", "qatest"),
VCC("vcc", "vcc", "jdbc:mysql://172.17.5.8:31110/", "qa", "qatest"),
VCC2("vcc2", "vcc2", "jdbc:mysql://172.17.5.12:30977/", "qa", "qatest"),
VCC3("vcc3", "vcc3", "jdbc:mysql://172.17.5.9:31393/", "qatest", "qatest");
VCC3("vcc3", "vcc3", "jdbc:mysql://172.17.5.9:31393/", "qa", "qatest");
private String key;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment