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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
templates/app-nolayers/angular/src/environments/environment.prod.ts
-
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', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
@ -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', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|