Skip to content

Commit 4c8aa7c

Browse files
authored
feat: add FEATURE_ENABLE_CHAT_V2_ENDPOINT to environment files and update library version (#1768)
1 parent 6892633 commit 4c8aa7c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ OPTIMIZELY_FULL_STACK_SDK_KEY=''
5252
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
5353
# Fallback in local style files
5454
PARAGON_THEME_URLS={}
55+
FEATURE_ENABLE_CHAT_V2_ENDPOINT=''

.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ OPTIMIZELY_FULL_STACK_SDK_KEY=''
5454
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
5555
# Fallback in local style files
5656
PARAGON_THEME_URLS={}
57+
FEATURE_ENABLE_CHAT_V2_ENDPOINT='false'

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ USER_INFO_COOKIE_NAME='edx-user-info'
5050
PRIVACY_POLICY_URL='http://localhost:18000/privacy'
5151
SHOW_UNGRADED_ASSIGNMENT_PROGRESS=''
5252
ENTERPRISE_LEARNER_PORTAL_URL='http://localhost:Enterprise'
53+
FEATURE_ENABLE_CHAT_V2_ENDPOINT='false'

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@edx/browserslist-config": "1.5.0",
3737
"@edx/frontend-component-footer": "^14.6.0",
3838
"@edx/frontend-component-header": "^6.2.0",
39-
"@edx/frontend-lib-learning-assistant": "^2.20.0",
39+
"@edx/frontend-lib-learning-assistant": "^2.22.0",
4040
"@edx/frontend-lib-special-exams": "^4.0.0",
4141
"@edx/frontend-platform": "^8.3.1",
4242
"@edx/openedx-atlas": "^0.7.0",

0 commit comments

Comments
 (0)