fix: 修改 MinIO 默认端口
This commit is contained in:
@@ -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 端口
|
||||
|
||||
Reference in New Issue
Block a user