From 6a6dc212ddb5d2304d9eac22cc94a3d2aa766db8 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Mon, 2 Dec 2024 16:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=EF=BC=9ATO?= =?UTF-8?q?PIAM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- topiam-ce/2.0.0/data.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/topiam-ce/2.0.0/data.yml b/topiam-ce/2.0.0/data.yml index bf9c6b721..1439fbf73 100644 --- a/topiam-ce/2.0.0/data.yml +++ b/topiam-ce/2.0.0/data.yml @@ -33,6 +33,13 @@ additionalProperties: values: - label: Redis value: redis + - default: "/home/topiam" + edit: true + envKey: TOPIAM_CE_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text - default: 1898 envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口