Skip to content

Commit 269e2a1

Browse files
committed
[NAE-2116] Frontend remote configuration
- production env fix
1 parent e06d2e8 commit 269e2a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
export const environment = {
2-
production: true
2+
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'
37
};

0 commit comments

Comments
 (0)