mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
feat: full project sync - CI fixes, frontend, workspace API, and all changes
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ ADMIN_USER_ID=admin1234 # Optional
|
||||
|
||||
JWT_SECRET=your_super_secret_jwt_string
|
||||
|
||||
STORAGE_TYPE=sqlite
|
||||
DATA_SOURCE_NAME=excalidraw.db
|
||||
STORAGE_TYPE=postgres
|
||||
DATABASE_URL=postgres://excalidraw:excalidraw@localhost:5432/excalidraw?sslmode=disable
|
||||
LOCAL_STORAGE_PATH=./data
|
||||
|
||||
OPENAI_API_KEY=sk-your_openai_api_key
|
||||
|
||||
Reference in New Issue
Block a user