18 lines
411 B
YAML
18 lines
411 B
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: "/home/maxkb"
|
||
|
|
edit: true
|
||
|
|
envKey: MAXKB_ROOT_PATH
|
||
|
|
labelZh: 数据持久化路径
|
||
|
|
labelEn: Data persistence path
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
- default: 8080
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
|
labelZh: WebUI 端口
|
||
|
|
labelEn: WebUI port
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|