Update angular ui ports.

pull/1557/head
Halil İbrahim Kalkan 6 years ago
parent 449071f007
commit 27581e9489

@ -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: {

@ -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: {

@ -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: {

Loading…
Cancel
Save