We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af50d5a commit d4e85b0Copy full SHA for d4e85b0
src/index.jsx
@@ -196,6 +196,7 @@ initialize({
196
PRIVACY_POLICY_URL: process.env.PRIVACY_POLICY_URL || null,
197
SHOW_UNGRADED_ASSIGNMENT_PROGRESS: process.env.SHOW_UNGRADED_ASSIGNMENT_PROGRESS || false,
198
ENABLE_XPERT_AUDIT: process.env.ENABLE_XPERT_AUDIT || false,
199
+ FEATURE_ENABLE_CHAT_V2_ENDPOINT: process.env.FEATURE_ENABLE_CHAT_V2_ENDPOINT || false,
200
}, 'LearnerAppConfig');
201
},
202
0 commit comments