We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06d2e8 commit 269e2a1Copy full SHA for 269e2a1
projects/nae-example-app/src/environments/environment.prod.ts
@@ -1,3 +1,7 @@
1
export const environment = {
2
- production: true
+ production: true,
3
+ resolve_configuration: window['env']['resolve_configuration'] || false,
4
+ gateway_url: window['env']['gateway_url'] || 'http://localhost:8800/api',
5
+ application_identifier: window['env']['application_identifier'] || 'nae',
6
+ type_identifier: window['env']['type_identifier'] || 'default'
7
};
0 commit comments