Skip to content

Commit 11398b1

Browse files
committed
fixup! 🚩(back) use existing no websocket feature flag
1 parent db90342 commit 11398b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

env.d/development/common.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ COLLABORATION_API_URL=http://y-provider-development:4444/collaboration/api/
6060
COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000
6161
COLLABORATION_SERVER_ORIGIN=http://localhost:3000
6262
COLLABORATION_SERVER_SECRET=my-secret
63+
COLLABORATION_WS_NOT_CONNECTED_READY_ONLY=true
6364
COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
6465

6566
DJANGO_SERVER_TO_SERVER_API_TOKENS=server-api-token

src/frontend/apps/e2e/__tests__/app-impress/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const CONFIG = {
66
AI_FEATURE_ENABLED: true,
77
CRISP_WEBSITE_ID: null,
88
COLLABORATION_WS_URL: 'ws://localhost:4444/collaboration/ws/',
9-
COLLABORATION_WS_NOT_CONNECTED_READY_ONLY: false,
9+
COLLABORATION_WS_NOT_CONNECTED_READY_ONLY: true,
1010
ENVIRONMENT: 'development',
1111
FRONTEND_CSS_URL: null,
1212
FRONTEND_HOMEPAGE_FEATURE_ENABLED: true,

0 commit comments

Comments
 (0)