Commit d1244be5 authored by 黎博's avatar 黎博

修改tob mysql地址

parent c6bb827d
......@@ -17,7 +17,7 @@ public enum Namespace {
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.17:31393/", "qa", "qatest"),
TOB("tob", "tob", "jdbc:mysql://172.17.5.17:30143/", "qa", "qatest");
TOB("tob", "tob", "jdbc:mysql://172.17.6.15:32374/", "qa", "qatest");
private String key;
private String desc;
......
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