mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
27 lines
618 B
YAML
27 lines
618 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40105
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTPS
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: password
|
|
edit: true
|
|
envKey: HTTP_PWD
|
|
labelEn: Access Password
|
|
labelZh: 访问密码
|
|
random: false
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: "512m"
|
|
edit: true
|
|
envKey: MEM_USE
|
|
labelEn: Shared memory footprint (1gb)
|
|
labelZh: 共享内存占用(1gb)
|
|
required: true
|
|
type: text
|