mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-05-06 12:00:28 +08:00
fix: 修改 MinIO 默认端口
This commit is contained in:
parent
31be8052fc
commit
aa66376ca0
@ -16,14 +16,14 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 9000
|
||||
- default: 9001
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 9001
|
||||
- default: 9000
|
||||
envKey: PANEL_APP_PORT_API
|
||||
labelEn: Port
|
||||
labelZh: API 端口
|
||||
|
||||
Loading…
Reference in New Issue
Block a user