diff --git a/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json b/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json index c1dacc8..a869e21 100644 --- a/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.BD.WebApi/appsettings.Development.json @@ -11,8 +11,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.BD.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.BD.WebApi/appsettings.Pdev.json index 1e8eae5..2c20ab0 100644 --- a/APT.MicroApi/APT.BD.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.BD.WebApi/appsettings.Pdev.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "Env": "1", //1:外机IP;默认0 内机IP "TenantConnKey": "PDEVJY" diff --git a/APT.MicroApi/APT.BD.WebApi/appsettings.Production.json b/APT.MicroApi/APT.BD.WebApi/appsettings.Production.json index 8646ce7..ce341f2 100644 --- a/APT.MicroApi/APT.BD.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.BD.WebApi/appsettings.Production.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json b/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json index 6eca625..6b6ec26 100644 --- a/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.BD.WebApi/appsettings.Test.json @@ -11,8 +11,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.BD.WebApi/appsettings.json b/APT.MicroApi/APT.BD.WebApi/appsettings.json index 5755bce..10cbbc7 100644 --- a/APT.MicroApi/APT.BD.WebApi/appsettings.json +++ b/APT.MicroApi/APT.BD.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json b/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json index 72d55b2..1927f5c 100644 --- a/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.BS.WebApi/appsettings.Development.json @@ -10,8 +10,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "D:\\uploadFile\\" diff --git a/APT.MicroApi/APT.BS.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.BS.WebApi/appsettings.Pdev.json index ef8a5d5..2012082 100644 --- a/APT.MicroApi/APT.BS.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.BS.WebApi/appsettings.Pdev.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "Env": "1", //1�����IP��Ĭ��0 �ڻ�IP "TenantConnKey": "PDEVJY", diff --git a/APT.MicroApi/APT.BS.WebApi/appsettings.Production.json b/APT.MicroApi/APT.BS.WebApi/appsettings.Production.json index 9a5d34f..2865ac3 100644 --- a/APT.MicroApi/APT.BS.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.BS.WebApi/appsettings.Production.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "D:\\release\\img\\", diff --git a/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json b/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json index f7c4af9..a9502fc 100644 --- a/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.BS.WebApi/appsettings.Test.json @@ -11,8 +11,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "D:\\uploadFile\\", diff --git a/APT.MicroApi/APT.BS.WebApi/appsettings.json b/APT.MicroApi/APT.BS.WebApi/appsettings.json index e34a409..a4d299d 100644 --- a/APT.MicroApi/APT.BS.WebApi/appsettings.json +++ b/APT.MicroApi/APT.BS.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "D:\\uploadFile\\", diff --git a/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json b/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json index 46e10fa..fa3461f 100644 --- a/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22: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://47.122.43.22:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://47.122.43.22:3116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "false", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", diff --git a/APT.MicroApi/APT.FM.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.FM.WebApi/appsettings.Pdev.json index d5a500f..5d94ed7 100644 --- a/APT.MicroApi/APT.FM.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.FM.WebApi/appsettings.Pdev.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "true", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", diff --git a/APT.MicroApi/APT.FM.WebApi/appsettings.Production.json b/APT.MicroApi/APT.FM.WebApi/appsettings.Production.json index c3ceef7..65661b3 100644 --- a/APT.MicroApi/APT.FM.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.FM.WebApi/appsettings.Production.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "true", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", diff --git a/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json b/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json index 7d70d57..94b9a1f 100644 --- a/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.FM.WebApi/appsettings.Test.json @@ -17,8 +17,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "false", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", diff --git a/APT.MicroApi/APT.FM.WebApi/appsettings.json b/APT.MicroApi/APT.FM.WebApi/appsettings.json index c72c4c4..5a332e2 100644 --- a/APT.MicroApi/APT.FM.WebApi/appsettings.json +++ b/APT.MicroApi/APT.FM.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json b/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json index 7be9a82..87a37ab 100644 --- a/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json @@ -10,8 +10,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.FO.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.FO.WebApi/appsettings.Pdev.json index 0a32959..1a8ece3 100644 --- a/APT.MicroApi/APT.FO.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.FO.WebApi/appsettings.Pdev.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1", //1�����IP��Ĭ��0 �ڻ�IP diff --git a/APT.MicroApi/APT.FO.WebApi/appsettings.Production.json b/APT.MicroApi/APT.FO.WebApi/appsettings.Production.json index 6d3f7bd..b5a480d 100644 --- a/APT.MicroApi/APT.FO.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.FO.WebApi/appsettings.Production.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "D:\\release\\img" diff --git a/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json b/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json index ba1e393..983d98a 100644 --- a/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.FO.WebApi/appsettings.Test.json @@ -11,8 +11,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.FO.WebApi/appsettings.json b/APT.MicroApi/APT.FO.WebApi/appsettings.json index f071c7f..cb93b47 100644 --- a/APT.MicroApi/APT.FO.WebApi/appsettings.json +++ b/APT.MicroApi/APT.FO.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "C:\\release\\img" diff --git a/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json b/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json index 62d9eab..b155c4c 100644 --- a/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.HM.WebApi/appsettings.Development.json @@ -10,8 +10,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.HM.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.HM.WebApi/appsettings.Pdev.json index 52e0205..ca8cd02 100644 --- a/APT.MicroApi/APT.HM.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.HM.WebApi/appsettings.Pdev.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1" //1�����IP��Ĭ��0 �ڻ�IP diff --git a/APT.MicroApi/APT.HM.WebApi/appsettings.Production.json b/APT.MicroApi/APT.HM.WebApi/appsettings.Production.json index 6748ee0..fa047d6 100644 --- a/APT.MicroApi/APT.HM.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.HM.WebApi/appsettings.Production.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json b/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json index 1b21a12..27420de 100644 --- a/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.HM.WebApi/appsettings.Test.json @@ -10,8 +10,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.HM.WebApi/appsettings.json b/APT.MicroApi/APT.HM.WebApi/appsettings.json index cac1391..b0ee4f1 100644 --- a/APT.MicroApi/APT.HM.WebApi/appsettings.json +++ b/APT.MicroApi/APT.HM.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json b/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json index e045115..cbb4f3d 100644 --- a/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.LG.WebApi/appsettings.Development.json @@ -16,8 +16,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "optenergy2021001", "TenantConnKey": "test2021" }, diff --git a/APT.MicroApi/APT.LG.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.LG.WebApi/appsettings.Pdev.json index 97afd83..4d3e0ac 100644 --- a/APT.MicroApi/APT.LG.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.LG.WebApi/appsettings.Pdev.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1" //1�����IP��Ĭ��0 �ڻ�IP diff --git a/APT.MicroApi/APT.LG.WebApi/appsettings.Production.json b/APT.MicroApi/APT.LG.WebApi/appsettings.Production.json index 0fb956e..fad0bff 100644 --- a/APT.MicroApi/APT.LG.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.LG.WebApi/appsettings.Production.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json b/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json index 01d8c68..f8fc136 100644 --- a/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.LG.WebApi/appsettings.Test.json @@ -16,8 +16,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "optenergy2021001", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json b/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json index 8b655a6..80cecc4 100644 --- a/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.NW.WebApi/appsettings.Development.json @@ -16,8 +16,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.NW.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.NW.WebApi/appsettings.Pdev.json index d8c1771..3f7cfe9 100644 --- a/APT.MicroApi/APT.NW.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.NW.WebApi/appsettings.Pdev.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1" //1�����IP��Ĭ��0 �ڻ�IP diff --git a/APT.MicroApi/APT.NW.WebApi/appsettings.Production.json b/APT.MicroApi/APT.NW.WebApi/appsettings.Production.json index d39654e..3990d0f 100644 --- a/APT.MicroApi/APT.NW.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.NW.WebApi/appsettings.Production.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json b/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json index d9afdf4..ea90f75 100644 --- a/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.NW.WebApi/appsettings.Test.json @@ -16,8 +16,8 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.NW.WebApi/appsettings.json b/APT.MicroApi/APT.NW.WebApi/appsettings.json index 557cdb3..352e0fa 100644 --- a/APT.MicroApi/APT.NW.WebApi/appsettings.json +++ b/APT.MicroApi/APT.NW.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/Tenant/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/Tenant/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json b/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json index 0f000ca..99c4bc9 100644 --- a/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Firmware_Local": "/mnt/release/firmware" diff --git a/APT.MicroApi/APT.OP.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.OP.WebApi/appsettings.Pdev.json index c971343..4595083 100644 --- a/APT.MicroApi/APT.OP.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.OP.WebApi/appsettings.Pdev.json @@ -10,8 +10,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1" //1:外机IP;默认0 内机IP diff --git a/APT.MicroApi/APT.OP.WebApi/appsettings.Production.json b/APT.MicroApi/APT.OP.WebApi/appsettings.Production.json index 630b173..6e5e0fa 100644 --- a/APT.MicroApi/APT.OP.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.OP.WebApi/appsettings.Production.json @@ -10,8 +10,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY" }, diff --git a/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json b/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json index f52e6b7..2f18389 100644 --- a/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.OP.WebApi/appsettings.Test.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Firmware_Local": "/mnt/release/firmware" diff --git a/APT.MicroApi/APT.OP.WebApi/appsettings.json b/APT.MicroApi/APT.OP.WebApi/appsettings.json index 0b9b42d..c582a31 100644 --- a/APT.MicroApi/APT.OP.WebApi/appsettings.json +++ b/APT.MicroApi/APT.OP.WebApi/appsettings.json @@ -16,7 +16,7 @@ "isSqlLog": "false", "IdentityServer": "http://36.134.166.114:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://36.134.166.114:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://36.134.166.114:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Firmware_Local": "/mnt/release/firmware" diff --git a/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json b/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json index f216e26..ea026a8 100644 --- a/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.PF.WebApi/appsettings.Development.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "RedisFormConfig": "false", diff --git a/APT.MicroApi/APT.PF.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.PF.WebApi/appsettings.Pdev.json index 862e076..dba266e 100644 --- a/APT.MicroApi/APT.PF.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.PF.WebApi/appsettings.Pdev.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "RedisFormConfig": "true", diff --git a/APT.MicroApi/APT.PF.WebApi/appsettings.Production.json b/APT.MicroApi/APT.PF.WebApi/appsettings.Production.json index 775665e..a23edc0 100644 --- a/APT.MicroApi/APT.PF.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.PF.WebApi/appsettings.Production.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "RedisFormConfig": "true", diff --git a/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json b/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json index c764127..b63a790 100644 --- a/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.PF.WebApi/appsettings.Test.json @@ -16,8 +16,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "RedisFormConfig": "false", diff --git a/APT.MicroApi/APT.PF.WebApi/appsettings.json b/APT.MicroApi/APT.PF.WebApi/appsettings.json index 2581a8b..c8f1b3d 100644 --- a/APT.MicroApi/APT.PF.WebApi/appsettings.json +++ b/APT.MicroApi/APT.PF.WebApi/appsettings.json @@ -15,7 +15,7 @@ "isSqlLog": "false", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "RedisFormConfig": "false", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", diff --git a/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json b/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json index d15e5ea..76d5b93 100644 --- a/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.PP.WebApi/appsettings.Development.json @@ -11,8 +11,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.PP.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.PP.WebApi/appsettings.Pdev.json index 98756fc..f082311 100644 --- a/APT.MicroApi/APT.PP.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.PP.WebApi/appsettings.Pdev.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1" //1�����IP��Ĭ��0 �ڻ�IP diff --git a/APT.MicroApi/APT.PP.WebApi/appsettings.Production.json b/APT.MicroApi/APT.PP.WebApi/appsettings.Production.json index 6e2e83d..3ce5ef2 100644 --- a/APT.MicroApi/APT.PP.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.PP.WebApi/appsettings.Production.json @@ -18,8 +18,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json b/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json index 8c6955b..3b2c692 100644 --- a/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.PP.WebApi/appsettings.Test.json @@ -12,8 +12,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.PP.WebApi/appsettings.json b/APT.MicroApi/APT.PP.WebApi/appsettings.json index 0beece2..a99c27d 100644 --- a/APT.MicroApi/APT.PP.WebApi/appsettings.json +++ b/APT.MicroApi/APT.PP.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json b/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json index 38d8b7d..073e590 100644 --- a/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.SC.WebApi/appsettings.Development.json @@ -11,8 +11,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.SC.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.SC.WebApi/appsettings.Pdev.json index 1ed8816..73896ff 100644 --- a/APT.MicroApi/APT.SC.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.SC.WebApi/appsettings.Pdev.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "true", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", diff --git a/APT.MicroApi/APT.SC.WebApi/appsettings.Production.json b/APT.MicroApi/APT.SC.WebApi/appsettings.Production.json index 717bdea..0bafcaa 100644 --- a/APT.MicroApi/APT.SC.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.SC.WebApi/appsettings.Production.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "true", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", diff --git a/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json b/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json index 5c1114e..6047475 100644 --- a/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.SC.WebApi/appsettings.Test.json @@ -11,8 +11,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "RedisFormConfig": "true", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", diff --git a/APT.MicroApi/APT.SC.WebApi/appsettings.json b/APT.MicroApi/APT.SC.WebApi/appsettings.json index 3491fcf..0874b4d 100644 --- a/APT.MicroApi/APT.SC.WebApi/appsettings.json +++ b/APT.MicroApi/APT.SC.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "RedisFormConfig": "true", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" diff --git a/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json b/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json index 38d8b7d..073e590 100644 --- a/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.SK.WebApi/appsettings.Development.json @@ -11,8 +11,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.SK.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.SK.WebApi/appsettings.Pdev.json index e98c3a4..ad4bb1a 100644 --- a/APT.MicroApi/APT.SK.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.SK.WebApi/appsettings.Pdev.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1", //1:外机IP;默认0 内机IP, diff --git a/APT.MicroApi/APT.SK.WebApi/appsettings.Production.json b/APT.MicroApi/APT.SK.WebApi/appsettings.Production.json index db3159a..33a194a 100644 --- a/APT.MicroApi/APT.SK.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.SK.WebApi/appsettings.Production.json @@ -17,8 +17,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "D:\\release\\img\\", diff --git a/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json b/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json index c6f7129..2e95a5b 100644 --- a/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.SK.WebApi/appsettings.Test.json @@ -11,8 +11,8 @@ "isSqlLog": "false", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHJY", "Img_Local": "D:\\uploadFile\\", diff --git a/APT.MicroApi/APT.SK.WebApi/appsettings.json b/APT.MicroApi/APT.SK.WebApi/appsettings.json index ddffd5a..82c5736 100644 --- a/APT.MicroApi/APT.SK.WebApi/appsettings.json +++ b/APT.MicroApi/APT.SK.WebApi/appsettings.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://36.133.75.96:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json b/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json index fb0a839..7ca69c3 100644 --- a/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json +++ b/APT.MicroApi/APT.UT.WebApi/appsettings.Development.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://172.21.157.142:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.UT.WebApi/appsettings.Pdev.json b/APT.MicroApi/APT.UT.WebApi/appsettings.Pdev.json index f08840d..7462b77 100644 --- a/APT.MicroApi/APT.UT.WebApi/appsettings.Pdev.json +++ b/APT.MicroApi/APT.UT.WebApi/appsettings.Pdev.json @@ -9,8 +9,8 @@ "isSqlLog": "false", "IdentityServer": "http://120.25.146.51:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "PDEVJY", "Env": "1" //1�����IP��Ĭ��0 �ڻ�IP diff --git a/APT.MicroApi/APT.UT.WebApi/appsettings.Production.json b/APT.MicroApi/APT.UT.WebApi/appsettings.Production.json index e3aa204..25aab1e 100644 --- a/APT.MicroApi/APT.UT.WebApi/appsettings.Production.json +++ b/APT.MicroApi/APT.UT.WebApi/appsettings.Production.json @@ -9,8 +9,8 @@ "isSqlLog": "false", "IdentityServer": "http://172.26.13.0:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn", - "AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn", + "ConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetDbConn", + "AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" }, diff --git a/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json b/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json index 8375b52..207b8ad 100644 --- a/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json +++ b/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json @@ -16,7 +16,7 @@ "SapInvokeHost": "http://172.20.8.85:9191/api/", "IdentityServer": "http://47.122.43.22:3153/", "WebSocketPort": "3140", - "ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn", + "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnDataKey": "MHKSAQ1212010101", "TenantConnKey": "MHKSAQJY" },