Browse Source

Update the angular's port of `app-nolayers`

pull/18047/head
maliming 2 years ago
parent
commit
699f47db20
  1. 4
      templates/app-nolayers/angular/src/environments/environment.prod.ts
  2. 4
      templates/app-nolayers/angular/src/environments/environment.ts

4
templates/app-nolayers/angular/src/environments/environment.prod.ts

@ -10,7 +10,7 @@ export const environment = {
logoUrl: '',
},
oAuthConfig: {
issuer: 'https://localhost:44305/',
issuer: 'https://localhost:44300/',
redirectUri: baseUrl,
clientId: 'MyProjectName_App',
responseType: 'code',
@ -19,7 +19,7 @@ export const environment = {
},
apis: {
default: {
url: 'https://localhost:44305',
url: 'https://localhost:44300',
rootNamespace: 'MyCompanyName.MyProjectName',
},
},

4
templates/app-nolayers/angular/src/environments/environment.ts

@ -10,7 +10,7 @@ export const environment = {
logoUrl: '',
},
oAuthConfig: {
issuer: 'https://localhost:44305/',
issuer: 'https://localhost:44300/',
redirectUri: baseUrl,
clientId: 'MyProjectName_App',
responseType: 'code',
@ -19,7 +19,7 @@ export const environment = {
},
apis: {
default: {
url: 'https://localhost:44305',
url: 'https://localhost:44300',
rootNamespace: 'MyCompanyName.MyProjectName',
},
},

Loading…
Cancel
Save