yangdx
commited on
Commit
·
eddf889
1
Parent(s):
b28bdc6
Added sample environment configuration files for webui development and local setups.
Browse files
lightrag_webui/env.development.smaple
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
# Development environment configuration
|
2 |
+
VITE_BACKEND_URL=/api
|
lightrag_webui/env.local.sample
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
VITE_BACKEND_URL=http://localhost:9621
|
2 |
+
VITE_API_PROXY=true
|
3 |
+
VITE_API_ENDPOINTS=/api,/documents,/graphs,/graph,/health,/query,/docs,/openapi.json
|