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.
2 parents 36434a4 + 8386874 commit 803c459Copy full SHA for 803c459
redisinsight/ui/src/setup-env.ts
@@ -2,3 +2,11 @@ process.env.BASE_API_URL = 'http://localhost'
2
process.env.RESOURCES_BASE_URL = 'http://localhost'
3
process.env.API_PORT = '5001'
4
process.env.API_PREFIX = 'api'
5
+
6
+window.app = {
7
+ ...window.app,
8
+ config: {
9
+ apiPort: '5001',
10
+ segmentWriteKey: '',
11
+ }
12
+}
0 commit comments