Meng Sen 36c578a924 发布应用:Eigenfocus
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-01-20 12:29:17 +08:00

25 lines
600 B
YAML

additionalProperties:
formFields:
- default: "/home/eigenfocus"
edit: true
envKey: EIGENFOCUS_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 3000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: "http://127.0.0.1:3000"
edit: true
envKey: DEFAULT_HOST_URL
labelZh: 服务地址
labelEn: Server Url
required: true
type: text