Skip to content

Commit 803c459

Browse files
Merge pull request #2225 from RedisInsight/fe/bugfix/fix_ui_tests
fix ui tests
2 parents 36434a4 + 8386874 commit 803c459

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

redisinsight/ui/src/setup-env.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ process.env.BASE_API_URL = 'http://localhost'
22
process.env.RESOURCES_BASE_URL = 'http://localhost'
33
process.env.API_PORT = '5001'
44
process.env.API_PREFIX = 'api'
5+
6+
window.app = {
7+
...window.app,
8+
config: {
9+
apiPort: '5001',
10+
segmentWriteKey: '',
11+
}
12+
}

0 commit comments

Comments
 (0)