mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:41 +08:00
33 lines
873 B
YAML
33 lines
873 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "./data/server/config.json"
|
|
disabled: true
|
|
envKey: SERVERSTATUS_CONFIG_PATH
|
|
labelEn: Server Status Config Path
|
|
labelZh: 服务器状态配置路径
|
|
required: true
|
|
type: text
|
|
- default: "./data/web/json"
|
|
disabled: true
|
|
envKey: SERVERSTATUS_JSON_PATH
|
|
labelEn: Server Status Monthly Traffic State Path
|
|
labelZh: 探针月流量状态路径
|
|
required: true
|
|
type: text
|
|
- default: "35601"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_COMM
|
|
labelEn: Communication Port
|
|
labelZh: 通信端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "40269"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Web Port
|
|
labelZh: Web 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|