mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-23 01:54:23 +08:00
17 lines
419 B
YAML
17 lines
419 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 19000
|
||
|
envKey: PANEL_APP_PORT_TCP
|
||
|
labelEn: Port
|
||
|
labelZh: TCP 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: 18123
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Port
|
||
|
labelZh: API 端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|