Compare commits

..

No commits in common. "master" and "feat/doc-demo-railway" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# excalidraw-collaboration-xx # excalidraw-collaboration
Demo: Demo:

View File

@ -2,15 +2,15 @@
services: services:
frontend: frontend:
image: alswl/excalidraw:v0.17.3-fork-b1 image: alswl/excalidraw:v0.17.0-fork-b2
environment: environment:
- VITE_APP_BACKEND_V2_GET_URL=http://127.0.0.1:8081/api/v2/scenes/ - VITE_APP_BACKEND_V2_GET_URL=https://test.com/api/v2/
- VITE_APP_BACKEND_V2_POST_URL=http://127.0.0.1:8081/api/v2/scenes/ - VITE_APP_BACKEND_V2_POST_URL=https://test.com/api/v2/post/
- VITE_APP_WS_SERVER_URL=http://git.sambruk.se:8082 - VITE_APP_WS_SERVER_URL=http://127.0.0.1:8082
- VITE_APP_FIREBASE_CONFIG={} - VITE_APP_FIREBASE_CONFIG={}
# alswl'fork env # alswl'fork env
# forked excalidraw can use env https://github.com/alswl/excalidraw/pull/5 # forked excalidraw can use env https://github.com/alswl/excalidraw/pull/5
- VITE_APP_HTTP_STORAGE_BACKEND_URL=http://git.sambruk.se:8081/api/v2 - VITE_APP_HTTP_STORAGE_BACKEND_URL=http://127.0.0.1:8081/api/v2
- VITE_APP_STORAGE_BACKEND=http - VITE_APP_STORAGE_BACKEND=http
ports: ports:
- 80:80 - 80:80