Merge pull request #56 from alswl/hotfix/load-image-in-shareable-link

feat: use new excalidraw image and fix scenes url
This commit is contained in:
Jingchao Di 2024-03-12 00:46:01 +08:00 committed by GitHub
commit 3f0e252212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,10 @@
services:
frontend:
image: alswl/excalidraw:v0.17.0-fork-b2
image: alswl/excalidraw:v0.17.0-fork-b3
environment:
- VITE_APP_BACKEND_V2_GET_URL=https://test.com/api/v2/
- VITE_APP_BACKEND_V2_POST_URL=https://test.com/api/v2/post/
- VITE_APP_BACKEND_V2_GET_URL=http://127.0.0.1:8081/api/v2/scenes/
- VITE_APP_BACKEND_V2_POST_URL=http://127.0.0.1:8081/api/v2/scenes/
- VITE_APP_WS_SERVER_URL=http://127.0.0.1:8082
- VITE_APP_FIREBASE_CONFIG={}
# alswl'fork env