Added sample environment configuration files for webui development and local setups.

This commit is contained in:
yangdx
2025-03-16 14:13:26 +08:00
parent f5a36dd093
commit e7456c8579
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Development environment configuration
VITE_BACKEND_URL=/api

View File

@@ -0,0 +1,3 @@
VITE_BACKEND_URL=http://localhost:9621
VITE_API_PROXY=true
VITE_API_ENDPOINTS=/api,/documents,/graphs,/graph,/health,/query,/docs,/openapi.json