Browse Source

Merge pull request #18047 from abpframework/app-nolayers-patch

Update the angular's port of `app-nolayers`
pull/18048/head
liangshiwei 2 years ago
committed by GitHub
parent
commit
ae4989aaef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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