|
|
@ -3,7 +3,7 @@ export const environment = { |
|
|
hmr: true, |
|
|
hmr: true, |
|
|
oAuthConfig: { |
|
|
oAuthConfig: { |
|
|
issuer: 'https://localhost:44359', |
|
|
issuer: 'https://localhost:44359', |
|
|
clientId: 'BookStore_ConsoleTestApp', |
|
|
clientId: 'BookStore_App', |
|
|
dummyClientSecret: '1q2w3e*', |
|
|
dummyClientSecret: '1q2w3e*', |
|
|
scope: 'BookStore', |
|
|
scope: 'BookStore', |
|
|
showDebugInformation: true, |
|
|
showDebugInformation: true, |
|
|
|