Skip to content

Commit

Permalink
Update angular ui ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Jul 30, 2019
1 parent 449071f commit 27581e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions templates/app/angular/src/environments/environment.hmr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ export const environment = {
production: false,
hmr: true,
oAuthConfig: {
issuer: 'http://localhost:44392',
issuer: 'https://localhost:44301',
clientId: 'MyProjectName_ConsoleTestApp',
dummyClientSecret: '1q2w3e*',
scope: 'MyProjectName',
showDebugInformation: true,
oidc: false,
requireHttps: false,
requireHttps: true,
},
apis: {
default: {
url: 'http://localhost:44392',
url: 'https://localhost:44300',
},
},
localization: {
Expand Down
6 changes: 3 additions & 3 deletions templates/app/angular/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ export const environment = {
production: true,
hmr: false,
oAuthConfig: {
issuer: 'http://localhost:44392',
issuer: 'https://localhost:44301',
clientId: 'MyProjectName_ConsoleTestApp',
dummyClientSecret: '1q2w3e*',
scope: 'MyProjectName',
showDebugInformation: true,
oidc: false,
requireHttps: false,
requireHttps: true,
},
apis: {
default: {
url: 'http://localhost:44392',
url: 'https://localhost:44300',
},
},
localization: {
Expand Down
6 changes: 3 additions & 3 deletions templates/app/angular/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ export const environment = {
production: false,
hmr: false,
oAuthConfig: {
issuer: 'http://localhost:44392',
issuer: 'https://localhost:44301',
clientId: 'MyProjectName_ConsoleTestApp',
dummyClientSecret: '1q2w3e*',
scope: 'MyProjectName',
showDebugInformation: true,
oidc: false,
requireHttps: false,
requireHttps: true,
},
apis: {
default: {
url: 'http://localhost:44392',
url: 'https://localhost:44300',
},
},
localization: {
Expand Down

0 comments on commit 27581e9

Please sign in to comment.