27 lines
577 B
YAML
27 lines
577 B
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: "36677"
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
|
labelEn: Port
|
||
|
|
labelZh: 端口
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|
||
|
|
- default: "./data"
|
||
|
|
edit: true
|
||
|
|
envKey: DATA_PATH
|
||
|
|
labelEn: Data Path
|
||
|
|
labelZh: 数据路径
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
- default: "password"
|
||
|
|
edit: true
|
||
|
|
envKey: AUTH_KEY
|
||
|
|
labelEn: Auth Key
|
||
|
|
labelZh: 授权密钥
|
||
|
|
random: true
|
||
|
|
required: true
|
||
|
|
rule: paramComplexity
|
||
|
|
type: password
|