From c55f2188c443756d74be9b8ecb455ac6d5d51565 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Wed, 29 Mar 2023 19:46:31 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E6=94=B9=20=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=20=E5=AF=BC=E5=87=BA=20=EF=BC=88=E4=BE=8B=E5=AD=90?= =?UTF-8?q?=E7=94=A8=E7=9A=84=EF=BC=89Customer"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c25f1c4455f92f546135d45a24fd102b5430c671. --- build/src/docker/publish/conf/gateway/appsettings.json | 4 ++-- .../docker/publish/settings/appsettings.Development.json | 6 +++--- fe/PC/public/config.js | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/src/docker/publish/conf/gateway/appsettings.json b/build/src/docker/publish/conf/gateway/appsettings.json index e482946f1..6a7fb2e61 100644 --- a/build/src/docker/publish/conf/gateway/appsettings.json +++ b/build/src/docker/publish/conf/gateway/appsettings.json @@ -52,14 +52,14 @@ "abp": { "Destinations": { "dest": { - "Address": "http://dev.ccwin-in.com:59093" + "Address": "http://sfs-auth-web:59093/api/" } } }, "auth": { "Destinations": { "dest": { - "Address": "http://dev.ccwin-in.com:59093" + "Address": "http://sfs-auth-web:59093/" } } }, diff --git a/build/src/docker/publish/settings/appsettings.Development.json b/build/src/docker/publish/settings/appsettings.Development.json index 896fd4c97..112429fe5 100644 --- a/build/src/docker/publish/settings/appsettings.Development.json +++ b/build/src/docker/publish/settings/appsettings.Development.json @@ -45,7 +45,7 @@ }, "AuthServer": { "Audience": "Auth", - "Authority": "http://dev.ccwin-in.com:21293/", + "Authority": "http://localhost:59093/", "ClientId": "Auth_App", "ClientSecret": "1q2w3E*", "RequireHttpsMetadata": "false", @@ -95,7 +95,7 @@ }, "IdentityClients": { "Default": { - "Authority": "http://dev.ccwin-in.com:21293", + "Authority": "http://localhost:59093", "ClientId": "Auth_App", "ClientSecret": "1q2w3E*", "GrantType": "client_credentials", @@ -113,7 +113,7 @@ "BaseUrl": "http://dev.ccwin-in.com:59093/" }, "BaseData": { - "BaseUrl": "http://localhost:59094/" + "BaseUrl": "http://dev.ccwin-in.com:59094/" }, "Default": { "BaseUrl": "http://dev.ccwin-in.com:59093" diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index 9be1ae048..beaa0e2e6 100644 --- a/fe/PC/public/config.js +++ b/fe/PC/public/config.js @@ -19,8 +19,8 @@ // window.SITE_CONFIG['reportsUrl'] = 'http://10.164.0.227:21093/#/reports/' // localhost -window.SITE_CONFIG['base'] = 'http://localhost:21093' -window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:21093/api/auth' +window.SITE_CONFIG['base'] = 'http://localhost:59095' +window.SITE_CONFIG['user'] = 'http://localhost:59093/api' window.SITE_CONFIG['print'] = 'print' window.SITE_CONFIG['largeScreen'] = 'http://localhost:59082' window.SITE_CONFIG['warehouseCode'] = 'T8'