From e7456c857948e5e3be92bc082b764e0f56df4f8e Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 16 Mar 2025 14:13:26 +0800 Subject: [PATCH] Added sample environment configuration files for webui development and local setups. --- lightrag_webui/env.development.smaple | 2 ++ lightrag_webui/env.local.sample | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 lightrag_webui/env.development.smaple create mode 100644 lightrag_webui/env.local.sample diff --git a/lightrag_webui/env.development.smaple b/lightrag_webui/env.development.smaple new file mode 100644 index 00000000..080cf95f --- /dev/null +++ b/lightrag_webui/env.development.smaple @@ -0,0 +1,2 @@ +# Development environment configuration +VITE_BACKEND_URL=/api diff --git a/lightrag_webui/env.local.sample b/lightrag_webui/env.local.sample new file mode 100644 index 00000000..0f2c293c --- /dev/null +++ b/lightrag_webui/env.local.sample @@ -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