Added sample environment configuration files for webui development and local setups.
This commit is contained in:
2
lightrag_webui/env.development.smaple
Normal file
2
lightrag_webui/env.development.smaple
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Development environment configuration
|
||||||
|
VITE_BACKEND_URL=/api
|
3
lightrag_webui/env.local.sample
Normal file
3
lightrag_webui/env.local.sample
Normal 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
|
Reference in New Issue
Block a user