Browse Source

Edited angular env files

pull/131/head
malik masis 4 years ago
parent
commit
e83660c90d
  1. 2
      apps/angular/src/environments/environment.prod.ts
  2. 4
      apps/angular/src/environments/environment.ts

2
apps/angular/src/environments/environment.prod.ts

@ -14,7 +14,7 @@ export const environment = {
redirectUri: baseUrl,
clientId: 'Web',
responseType: 'code',
scope: 'offline_access openid profile email phone AccountService IdentityService AdministrationService',
scope: 'offline_access openid profile email phone AccountService IdentityService AdministrationService CatalogService OrderingService',
},
apis: {
default: {

4
apps/angular/src/environments/environment.ts

@ -28,10 +28,6 @@ export const environment = {
Ordering: {
url: "https://localhost:44356",
rootNamespace: 'EShopOnAbp.OrderingService',
},
Cmskit: {
url: "https://localhost:44358",
rootNamespace: 'EShopOnAbp.CmskitService',
}
},
mediaServerUrl:'https://localhost:44335'

Loading…
Cancel
Save