26 lines
607 B
YAML
26 lines
607 B
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: "/home/bili-fetcher"
|
||
|
|
edit: true
|
||
|
|
envKey: BILI_FETCHER_ROOT_PATH
|
||
|
|
labelZh: 数据持久化路径
|
||
|
|
labelEn: Data persistence path
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
- default: 5173
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
|
labelZh: WebUI 端口
|
||
|
|
labelEn: WebUI port
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|
||
|
|
- default: 8899
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_API
|
||
|
|
labelZh: API 端口
|
||
|
|
labelEn: API port
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|