|
@@ -163,9 +163,9 @@ public interface DictionaryKey {
|
|
|
Map<String, Map<String, String>> PLC_CATEGORY = new HashMap<String, Map<String, String>>(){
|
|
|
{
|
|
|
// 云箭配置
|
|
|
- put("capsule", new HashMap<String,String>(){{put("url", "10.161.10.232");put("port", "102");}});
|
|
|
- put("framework", new HashMap<String,String>(){{put("url", "10.161.10.232");put("port", "102");}});
|
|
|
- put("safeguard", new HashMap<String,String>(){{put("url", "10.161.10.232");put("port", "102");}});
|
|
|
+ put("capsule", new HashMap<String,String>(){{put("url", "10.161.10.248");put("port", "102");}});
|
|
|
+ put("framework", new HashMap<String,String>(){{put("url", "10.161.10.248");put("port", "102");}});
|
|
|
+ put("safeguard", new HashMap<String,String>(){{put("url", "10.161.10.248");put("port", "102");}});
|
|
|
|
|
|
// 示范线配置
|
|
|
// put("capsule", new HashMap<String,String>(){{put("url", "192.168.170.71");put("port", "102");}});
|