mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Use separate backend for local storage (#4187)
This commit is contained in:
parent
00d81aa982
commit
7501c24f22
2 changed files with 7 additions and 3 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue