Skip to content

Commit 2c5e90f

Browse files
committed
chore(webpack): use new convo env var
1 parent 28730f0 commit 2c5e90f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/webpack/webpack.base.babel.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = (options, env) => {
2121
'REACT_WEBEX_VERSION',
2222
'WDM_SERVICE_URL',
2323
'IDBROKER_BASE_URL',
24-
'CONVERSATION_SERVICE',
24+
'WEBEX_TEST_USERS_CONVERSATION_SERVICE_URL',
25+
'WEBEX_CONVERSATION_DEFAULT_CLUSTER',
2526
'FEDERATION',
2627
'U2C_SERVICE_URL'
2728
]),

0 commit comments

Comments
 (0)