1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-01 03:34:59 +08:00

fix: 修改 MinIO 默认端口

This commit is contained in:
wanghe-fit2cloud 2024-05-15 18:43:04 +08:00
parent 31be8052fc
commit aa66376ca0

View File

@ -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 端口