Compare commits

...

4 Commits

Author SHA1 Message Date
c2b573a385 Update docker-compose.yaml
Adjusted VITE_APP_HTTP_STORAGE_BACKEND_URL and VITE_APP_WS_SERVER_URL
2024-08-22 16:39:15 +00:00
ddfe1948b0 Merge pull request 'Update README.md' (#1) from thomaswennersten-patch-1 into master
Reviewed-on: Sambruk/excalidraw-swe#1
Reviewed-by: SuperUser <thomas.wennersten@sambruk.se>
2024-06-18 14:48:44 +00:00
3df0ca9d1b Update README.md 2024-06-18 14:36:33 +00:00
Jingchao Di
dc38a6a489
Merge pull request #58 from alswl/feat/v0.17.3-fork-b1
feat: new excalidraw image
2024-03-16 17:02:31 +08:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,11 +6,11 @@ services:
environment: environment:
- VITE_APP_BACKEND_V2_GET_URL=http://127.0.0.1:8081/api/v2/scenes/ - 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_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_WS_SERVER_URL=http://git.sambruk.se: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://127.0.0.1:8081/api/v2 - VITE_APP_HTTP_STORAGE_BACKEND_URL=http://git.sambruk.se:8081/api/v2
- VITE_APP_STORAGE_BACKEND=http - VITE_APP_STORAGE_BACKEND=http
ports: ports:
- 80:80 - 80:80