mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40089
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 40090
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTPS
|
|
labelEn: HTTPS Port
|
|
labelZh: HTTPS端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "user"
|
|
edit: true
|
|
envKey: HTTP_USER
|
|
labelEn: Access User
|
|
labelZh: 访问用户
|
|
required: true
|
|
type: text
|
|
- 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
|
|
- default: ./data
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data folder path
|
|
labelZh: 数据文件夹路径
|
|
required: true
|
|
type: text
|