mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
fix: 修改 MinIO 默认端口
This commit is contained in:
parent
374300776a
commit
71a1c5b8f2
@ -16,14 +16,14 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
- default: 9000
|
- default: 9001
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
labelZh: 端口
|
labelZh: 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: 9001
|
- default: 9000
|
||||||
envKey: PANEL_APP_PORT_API
|
envKey: PANEL_APP_PORT_API
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
labelZh: API 端口
|
labelZh: API 端口
|
||||||
|
Loading…
Reference in New Issue
Block a user