...
|
...
|
@@ -10,9 +10,9 @@ public class ProjectEnvironment { |
|
|
private static Map<String,String> map = new HashMap<>();
|
|
|
|
|
|
static{
|
|
|
map.put("aws", "http://172.31.16.167:8083/web/");
|
|
|
map.put("qcloud","http://172.31.16.167:8083/web/");
|
|
|
map.put("qcloud_gray","http://172.31.16.167:8083/web/");
|
|
|
map.put("aws", "http://172.31.16.167:8883/web/");
|
|
|
map.put("qcloud","http://172.31.16.167:8883/web/");
|
|
|
map.put("qcloud_gray","http://172.31.16.167:8883/web/");
|
|
|
//map.put("test","http://192.168.102.220:8083/web/");
|
|
|
//map.put("dev");
|
|
|
|
...
|
...
|
|