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'