mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-04 11:34:44 +01:00
feat: Use separate backend for local storage (#4187)
This commit is contained in:
6
.env
6
.env
@@ -1,6 +1,6 @@
|
||||
REACT_APP_BACKEND_V1_GET_URL=https://json.excalidraw.com/api/v1/
|
||||
REACT_APP_BACKEND_V2_GET_URL=https://json.excalidraw.com/api/v2/
|
||||
REACT_APP_BACKEND_V2_POST_URL=https://json.excalidraw.com/api/v2/post/
|
||||
REACT_APP_BACKEND_V1_GET_URL=https://json-dev.excalidraw.com/api/v1/
|
||||
REACT_APP_BACKEND_V2_GET_URL=https://json-dev.excalidraw.com/api/v2/
|
||||
REACT_APP_BACKEND_V2_POST_URL=https://json-dev.excalidraw.com/api/v2/post/
|
||||
|
||||
# dev values
|
||||
REACT_APP_SOCKET_SERVER_URL=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user