diff --git a/nuxt.config.ts b/nuxt.config.ts index 6795314..7f6f3ca 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,8 +24,8 @@ export default defineNuxtConfig({ }, minio: { endPoint: "s3.portnimara.com", - port: 9000, - useSSL: false, + port: 443, + useSSL: true, accessKey: "279QFJV96Ja9wNB0YYmU1W3Pv4Ofeh3pxojcz0pzeC5LjRurq", secretKey: "y8ze6nmA2VHJWDsIU1eNEBq4R4WlmJWp97UE0zUR7E4zWLS6O", bucketName: "client-portal",