update minio endpoint
This commit is contained in:
@@ -10,8 +10,7 @@ import { ConfigModule } from '@nestjs/config';
|
||||
endPoint: process.env.MINIO_ENDPOINT ?? '10.0.27.1',
|
||||
accessKey: process.env.MINIO_ACCESS_KEY ?? 'minioadmin',
|
||||
secretKey: process.env.MINIO_SECRET_KEY ?? 'minioadmin',
|
||||
useSSL: false,
|
||||
port: 9000,
|
||||
useSSL: true,
|
||||
}),
|
||||
],
|
||||
providers: [MinioService],
|
||||
|
||||
Reference in New Issue
Block a user