Skip to content

Commit 0f3e396

Browse files
author
Artem
committed
Add config for CAPI_URL
1 parent 846ffdb commit 0f3e396

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
@@ -78,6 +78,7 @@ export default merge(baseConfig, {
7878
RI_CLOUD_IDP_GOOGLE_ID: 'RI_CLOUD_IDP_GOOGLE_ID' in process.env ? process.env.RI_CLOUD_IDP_GOOGLE_ID: '',
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: '',
81+
RI_CLOUD_CAPI_URL: 'RI_CLOUD_CAPI_URL' in process.env ? process.env.RI_CLOUD_CAPI_URL: '',
8182
}),
8283

8384
new webpack.DefinePlugin({

0 commit comments

Comments
 (0)