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/
6060COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000
6161COLLABORATION_SERVER_ORIGIN=http://localhost:3000
6262COLLABORATION_SERVER_SECRET=my-secret
63+ COLLABORATION_WS_NOT_CONNECTED_READY_ONLY=true
6364COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
6465
6566DJANGO_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 = {
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 ,
You can’t perform that action at this time.
0 commit comments