Added sample environment configuration files for webui development and local setups.
This commit is contained in:
parent
f5a36dd093
commit
e7456c8579
2 changed files with 5 additions and 0 deletions
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
|
||||
Loading…
Add table
Reference in a new issue