Skip to content

Commit cfdd193

Browse files
author
Artem
authored
Merge pull request #2922 from RedisInsight/fe/feature/RI-5036/optimize-docker-image
define BASE_API_URL env for FE
2 parents 6a547a1 + 56b2b47 commit cfdd193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/webpack.config.web.prod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const configuration: webpack.Configuration = {
7777
NODE_ENV: 'production',
7878
RI_APP_TYPE: 'web',
7979
RI_APP_PORT: '5000',
80+
RI_BASE_API_URL: '',
8081
RI_API_PREFIX: 'api',
8182
RI_SCAN_COUNT_DEFAULT: '500',
8283
RI_SCAN_TREE_COUNT_DEFAULT: '10000',

0 commit comments

Comments
 (0)