Skip to content

Commit

Permalink
chore: change default port of collab server (excalidraw#7641)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle authored Feb 1, 2024
1 parent 1c39bd5 commit 4888d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VITE_APP_LIBRARY_URL=https://libraries.excalidraw.com
VITE_APP_LIBRARY_BACKEND=https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries

# collaboration WebSocket server (https://github.com/excalidraw/excalidraw-room)
VITE_APP_WS_SERVER_URL=http://localhost:3020
VITE_APP_WS_SERVER_URL=http://localhost:3002

VITE_APP_PLUS_LP=https://plus.excalidraw.com
VITE_APP_PLUS_APP=https://app.excalidraw.com
Expand Down

0 comments on commit 4888d9d

Please sign in to comment.