Commit 3ad59dd0 authored by 温海元's avatar 温海元

modify mysql config for vcc2

parent 74522448
...@@ -11,7 +11,7 @@ public enum Namespace { ...@@ -11,7 +11,7 @@ public enum Namespace {
XYQB("xyqb", "xyqb","jdbc:mysql://172.17.5.5:32556/", "qa", "qatest"), XYQB("xyqb", "xyqb","jdbc:mysql://172.17.5.5:32556/", "qa", "qatest"),
FE("fe", "fe", "jdbc:mysql://172.17.5.9:31024/", "qa", "qatest"), FE("fe", "fe", "jdbc:mysql://172.17.5.9:31024/", "qa", "qatest"),
VCC("vcc", "vcc", "jdbc:mysql://172.17.5.8:31110/", "qa", "qatest"), VCC("vcc", "vcc", "jdbc:mysql://172.17.5.8:31110/", "qa", "qatest"),
VCC2("vcc2", "vcc2", "jdbc:mysql://172.17.5.9:30977/", "qa", "qatest"); VCC2("vcc2", "vcc2", "jdbc:mysql://172.17.5.12:30367/", "qa", "qatest");
private String key; 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