mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-02 14:57:56 +08:00
17 lines
456 B
YAML
17 lines
456 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 127.0.0.1:11211
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP1
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
type: text
|
|
- default: '64'
|
|
edit: true
|
|
envKey: MEM_CACHED
|
|
labelEn: Maximum memory usage(MB)
|
|
labelZh: 内存最大占用量(MB)
|
|
required: true
|
|
type: number
|