mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 15:47:21 +08:00
25 lines
655 B
YAML
25 lines
655 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 9993
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Port
|
||
|
labelZh: 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: ''
|
||
|
edit: true
|
||
|
envKey: HOST_IPV4
|
||
|
labelEn: Native IPV4 address
|
||
|
labelZh: 本机IPV4地址
|
||
|
required: false
|
||
|
type: text
|
||
|
- default: ''
|
||
|
edit: true
|
||
|
envKey: HOST_IPV6
|
||
|
labelEn: Native IPV6 address
|
||
|
labelZh: 本机IPV6地址
|
||
|
required: false
|
||
|
type: text
|