mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
19 lines
393 B
YAML
19 lines
393 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40174
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: deeplx
|
|
envKey: TOKEN_VAULE
|
|
labelEn: Token
|
|
labelZh: 密码
|
|
random: true
|
|
required: false
|
|
rule: paramComplexity
|
|
type: password
|