Skip to content

Commit afd83b8

Browse files
Merge pull request #2725 from RedisInsight/bugfix/x-redisinsight-token
Bugfix/x redisinsight token
2 parents 4782755 + ea2630e commit afd83b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/webpack.config.main.prod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default merge(baseConfig, {
7979
RI_CLOUD_IDP_GH_ID: 'RI_CLOUD_IDP_GH_ID' in process.env ? process.env.RI_CLOUD_IDP_GH_ID: '',
8080
RI_CLOUD_API_URL: 'RI_CLOUD_API_URL' in process.env ? process.env.RI_CLOUD_API_URL: '',
8181
RI_CLOUD_CAPI_URL: 'RI_CLOUD_CAPI_URL' in process.env ? process.env.RI_CLOUD_CAPI_URL: '',
82+
RI_CLOUD_API_TOKEN: 'RI_CLOUD_API_TOKEN' in process.env ? process.env.RI_CLOUD_API_TOKEN: '',
8283
}),
8384

8485
new webpack.DefinePlugin({

0 commit comments

Comments
 (0)