From c30c788b03bb16c3f3a1e8bd29829a358cb894c1 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 16 Sep 2025 10:08:46 +0800 Subject: [PATCH] =?UTF-8?q?IP=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../APT.BD.WebApi/appsettings.Development.json | 4 ++-- APT.MicroApi/APT.BD.WebApi/appsettings.Test.json | 4 ++-- APT.MicroApi/APT.BS.WebApi/Startup.cs | 2 +- .../APT.BS.WebApi/appsettings.Development.json | 4 ++-- APT.MicroApi/APT.BS.WebApi/appsettings.Test.json | 6 +++--- .../APT.FM.WebApi/appsettings.Development.json | 10 +++++----- APT.MicroApi/APT.FM.WebApi/appsettings.Test.json | 6 +++--- .../APT.FO.WebApi/appsettings.Development.json | 4 ++-- APT.MicroApi/APT.FO.WebApi/appsettings.Test.json | 4 ++-- .../APT.HM.WebApi/appsettings.Development.json | 4 ++-- APT.MicroApi/APT.HM.WebApi/appsettings.Test.json | 4 ++-- .../APT.LG.WebApi/appsettings.Development.json | 4 ++-- APT.MicroApi/APT.LG.WebApi/appsettings.Test.json | 4 ++-- .../APT.NW.WebApi/appsettings.Development.json | 4 ++-- APT.MicroApi/APT.NW.WebApi/appsettings.Test.json | 4 ++-- .../APT.OP.WebApi/appsettings.Development.json | 6 +++--- APT.MicroApi/APT.OP.WebApi/appsettings.Test.json | 6 +++--- .../APT.PF.WebApi/appsettings.Development.json | 6 +++--- APT.MicroApi/APT.PF.WebApi/appsettings.Test.json | 6 +++--- .../APT.PP.WebApi/appsettings.Development.json | 6 +++--- APT.MicroApi/APT.PP.WebApi/appsettings.Test.json | 6 +++--- .../APT.SC.WebApi/appsettings.Development.json | 6 +++--- APT.MicroApi/APT.SC.WebApi/appsettings.Test.json | 6 +++--- .../APT.SK.WebApi/appsettings.Development.json | 6 +++--- APT.MicroApi/APT.SK.WebApi/appsettings.Test.json | 6 +++--- .../APT.UT.WebApi/appsettings.Development.json | 4 ++-- APT.MicroApi/APT.UT.WebApi/appsettings.Test.json | 4 ++-- 27 files changed, 68 insertions(+), 68 deletions(-) diff --git a/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json b/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json index 6b6ec26..04323ee 100644 --- a/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json @@ -9,7 +9,7 @@ "Scope": "oEnergyBD", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -17,7 +17,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json b/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json index 6b6ec26..04323ee 100644 --- a/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json @@ -9,7 +9,7 @@ "Scope": "oEnergyBD", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -17,7 +17,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.BS.WebApi/Startup.cs b/APT.MicroApi/APT.BS.WebApi/Startup.cs index 997c462..0ec1ed4 100644 --- a/APT.MicroApi/APT.BS.WebApi/Startup.cs +++ b/APT.MicroApi/APT.BS.WebApi/Startup.cs @@ -68,7 +68,7 @@ namespace APT.BS.WebApi //services.AddDbContext(options => //{ // //options.UseSqlServer(Controllers.Api.BSSafeCheckController); - // options.UseSqlServer("Server=47.122.43.22;Database=mh_db;uid=sa;pwd=mhsafe!2021;"); + // options.UseSqlServer("Server=121.41.2.71;Database=mh_db;uid=sa;pwd=mhsafe!2021;"); // // 注册拦截器 // options.AddInterceptors(new AddLogInterceptor()); //}); diff --git a/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json b/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json index 5210e7b..d3143a6 100644 --- a/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json @@ -8,7 +8,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyHM", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -17,7 +17,7 @@ "Img_Local": "C:\\release\\jy\\uploadFile\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json b/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json index ec592e4..c3de2a1 100644 --- a/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -9,7 +9,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyHM", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -19,7 +19,7 @@ "File_DownLoad": "downLoad\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json b/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json index 8ef0f6d..84a1519 100644 --- a/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json @@ -6,7 +6,7 @@ //"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" //"default": "User ID=postgres;Password=opt!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -14,17 +14,17 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyFM", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://47.122.43.22:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://47.122.43.22:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://121.41.2.71:5116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://121.41.2.71:5116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "false", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "C:\\release\\jy\\uploadFile\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true } } diff --git a/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json b/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json index 687093b..8523b41 100644 --- a/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json @@ -6,7 +6,7 @@ //"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" //"default": "User ID=postgres;Password=opt!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -15,7 +15,7 @@ "Scope": "oEnergyFM", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -25,7 +25,7 @@ "Img_Local": "C:\\release\\jy\\uploadFile\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json b/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json index 99df512..5351c91 100644 --- a/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json @@ -8,7 +8,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyFO", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -16,7 +16,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true } } diff --git a/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json b/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json index 983d98a..402e1fa 100644 --- a/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json @@ -9,7 +9,7 @@ "Scope": "oEnergyFO", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -17,7 +17,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json b/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json index 27420de..aa122b2 100644 --- a/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json @@ -8,7 +8,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyHM", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -16,7 +16,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json b/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json index 27420de..aa122b2 100644 --- a/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json @@ -8,7 +8,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyHM", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -16,7 +16,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json b/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json index 7c25eb2..4e95b67 100644 --- a/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json @@ -14,7 +14,7 @@ "Scope": "oEnergyLG", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -22,7 +22,7 @@ "TenantConnKey": "test2021" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json b/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json index f8fc136..f143d63 100644 --- a/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json @@ -14,7 +14,7 @@ "Scope": "oEnergyLG", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -22,7 +22,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json b/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json index ea90f75..8b63f5e 100644 --- a/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json @@ -14,7 +14,7 @@ "Scope": "oEnergyNW", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -22,7 +22,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json b/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json index ea90f75..8b63f5e 100644 --- a/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json @@ -14,7 +14,7 @@ "Scope": "oEnergyNW", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -22,7 +22,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json b/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json index f52e6b7..1dc2bb1 100644 --- a/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json @@ -6,7 +6,7 @@ //"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=localhost;Port=5432;Database=postgres;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { @@ -15,7 +15,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyOP", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", @@ -24,7 +24,7 @@ "Firmware_Local": "/mnt/release/firmware" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json b/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json index f52e6b7..1dc2bb1 100644 --- a/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json @@ -6,7 +6,7 @@ //"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=localhost;Port=5432;Database=postgres;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { @@ -15,7 +15,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyOP", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", @@ -24,7 +24,7 @@ "Firmware_Local": "/mnt/release/firmware" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json b/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json index 88d033d..125af5a 100644 --- a/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json @@ -6,7 +6,7 @@ //"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" //"default": "User ID=postgres;Password=opt!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" //��ʽ���� + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" //��ʽ���� }, "AppSettings": { "DataBaseType": "sqlserver", @@ -14,7 +14,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyPF", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", @@ -24,7 +24,7 @@ "Img_Local": "C:\\release\\jy\\uploadFile\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json b/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json index 88d033d..125af5a 100644 --- a/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json @@ -6,7 +6,7 @@ //"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;" //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" //"default": "User ID=postgres;Password=opt!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" //��ʽ���� + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" //��ʽ���� }, "AppSettings": { "DataBaseType": "sqlserver", @@ -14,7 +14,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyPF", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", @@ -24,7 +24,7 @@ "Img_Local": "C:\\release\\jy\\uploadFile\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json b/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json index fe184bf..9b67d66 100644 --- a/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -9,7 +9,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyPP", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -17,7 +17,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json b/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json index 3b2c692..7e6b206 100644 --- a/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;", + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;", "tpm": "Data Source=10.2.7.17;Initial Catalog=QLTPMDB;Persist Security Info=True;User ID=MHUser;Password=MHUser2024ok%" }, "AppSettings": { @@ -10,7 +10,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergyPP", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -18,7 +18,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json b/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json index 00a7f5a..f788461 100644 --- a/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -9,7 +9,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergySC", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -17,7 +17,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json b/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json index d160f81..dc45bb0 100644 --- a/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -9,7 +9,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergySC", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -20,7 +20,7 @@ "File_DownLoad": "downLoad\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json b/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json index 00a7f5a..f788461 100644 --- a/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -9,7 +9,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergySC", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -17,7 +17,7 @@ "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json b/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json index 0160158..2a3fe71 100644 --- a/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json @@ -1,7 +1,7 @@ { "ConnectionStrings": { //"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;" - "default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" + "default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;" }, "AppSettings": { "DataBaseType": "sqlserver", @@ -9,7 +9,7 @@ "SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=", "Scope": "oEnergySC", "isSqlLog": "false", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", @@ -19,7 +19,7 @@ "File_DownLoad": "downLoad\\" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json b/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json index 207b8ad..7042a45 100644 --- a/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json @@ -14,14 +14,14 @@ "Scope": "oEnergyUT", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": { diff --git a/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json b/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json index 207b8ad..7042a45 100644 --- a/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json @@ -14,14 +14,14 @@ "Scope": "oEnergyUT", "isSqlLog": "false", "SapInvokeHost": "http://172.20.8.85:9191/api/", - "IdentityServer": "http://47.122.43.22:3153/", + "IdentityServer": "http://121.41.2.71:3153/", "WebSocketPort": "3140", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, "RedisConfig": { - "RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5", + "RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5", "IsRedis": true }, "InflexdbConfig": {