mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40195
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port (Internal 9000)
|
|
labelZh: 端口 (对应内部 9000)
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 40196
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_RPC
|
|
labelEn: RPC Port (Internal 9001)
|
|
labelZh: RPC 端口 (对应内部 9001)
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data folder path
|
|
labelZh: 数据文件夹路径
|
|
required: true
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: APP_GLOBAL_SECRET
|
|
labelEn: Secret Keys
|
|
labelZh: 通信密钥
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: 0.0.0.0
|
|
edit: true
|
|
envKey: MASTER_RPC_HOST
|
|
labelEn: The IP that RPC is listening on
|
|
labelZh: RPC 监听 IP
|
|
required: true
|
|
type: text
|