From c25f1c4455f92f546135d45a24fd102b5430c671 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Wed, 29 Mar 2023 19:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=AF=BC=E5=85=A5=20?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=20=EF=BC=88=E4=BE=8B=E5=AD=90=E7=94=A8?= =?UTF-8?q?=E7=9A=84=EF=BC=89Customer=20=E6=B7=BB=E5=8A=A0=20=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6a7fb2e61..e482946f1 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://sfs-auth-web:59093/api/" + "Address": "http://dev.ccwin-in.com:59093" } } }, "auth": { "Destinations": { "dest": { - "Address": "http://sfs-auth-web:59093/" + "Address": "http://dev.ccwin-in.com:59093" } } }, diff --git a/build/src/docker/publish/settings/appsettings.Development.json b/build/src/docker/publish/settings/appsettings.Development.json index 112429fe5..896fd4c97 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://localhost:59093/", + "Authority": "http://dev.ccwin-in.com:21293/", "ClientId": "Auth_App", "ClientSecret": "1q2w3E*", "RequireHttpsMetadata": "false", @@ -95,7 +95,7 @@ }, "IdentityClients": { "Default": { - "Authority": "http://localhost:59093", + "Authority": "http://dev.ccwin-in.com:21293", "ClientId": "Auth_App", "ClientSecret": "1q2w3E*", "GrantType": "client_credentials", @@ -113,7 +113,7 @@ "BaseUrl": "http://dev.ccwin-in.com:59093/" }, "BaseData": { - "BaseUrl": "http://dev.ccwin-in.com:59094/" + "BaseUrl": "http://localhost:59094/" }, "Default": { "BaseUrl": "http://dev.ccwin-in.com:59093" diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index beaa0e2e6..9be1ae048 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:59095' -window.SITE_CONFIG['user'] = 'http://localhost:59093/api' +window.SITE_CONFIG['base'] = 'http://localhost:21093' +window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:21093/api/auth' window.SITE_CONFIG['print'] = 'print' window.SITE_CONFIG['largeScreen'] = 'http://localhost:59082' window.SITE_CONFIG['warehouseCode'] = 'T8'