This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch feat/basepath
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/feat/basepath by this push:
     new 2862d096 feat: ui env variables remove react_app prefix
2862d096 is described below

commit 2862d096a9ff522f9c6dea5d543970c5f031407a
Author: shuai <[email protected]>
AuthorDate: Tue Apr 23 10:40:25 2024 +0800

    feat: ui env variables remove react_app prefix
---
 configs/config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/config.yaml b/configs/config.yaml
index ee6a2044..52671010 100644
--- a/configs/config.yaml
+++ b/configs/config.yaml
@@ -35,6 +35,6 @@ service_config:
   upload_path: "/data/uploads"
 ui:
   public_url: '/'
-  react_app_api_url: '/'
-  react_app_base_url: '/test'
+  api_url: '/'
+  base_url: ''
 

Reply via email to