File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/frontend/apps/e2e/__tests__/app-impress Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ COLLABORATION_API_URL=http://y-provider-development:4444/collaboration/api/
60
60
COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000
61
61
COLLABORATION_SERVER_ORIGIN=http://localhost:3000
62
62
COLLABORATION_SERVER_SECRET=my-secret
63
+ COLLABORATION_WS_NOT_CONNECTED_READY_ONLY=true
63
64
COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
64
65
65
66
DJANGO_SERVER_TO_SERVER_API_TOKENS=server-api-token
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const CONFIG = {
6
6
AI_FEATURE_ENABLED : true ,
7
7
CRISP_WEBSITE_ID : null ,
8
8
COLLABORATION_WS_URL : 'ws://localhost:4444/collaboration/ws/' ,
9
- COLLABORATION_WS_NOT_CONNECTED_READY_ONLY : false ,
9
+ COLLABORATION_WS_NOT_CONNECTED_READY_ONLY : true ,
10
10
ENVIRONMENT : 'development' ,
11
11
FRONTEND_CSS_URL : null ,
12
12
FRONTEND_HOMEPAGE_FEATURE_ENABLED : true ,
You can’t perform that action at this time.
0 commit comments