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
commit 90a8f9a7aac668f541c753e8c8dc3aa58ab57f64 Author: shuai <[email protected]> AuthorDate: Tue Apr 23 10:23:24 2024 +0800 feat: config.yaml add ui env variables --- configs/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/config.yaml b/configs/config.yaml index 1b01e06a..ee6a2044 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -33,3 +33,8 @@ swaggerui: address: ':80' service_config: upload_path: "/data/uploads" +ui: + public_url: '/' + react_app_api_url: '/' + react_app_base_url: '/test' +
