expose orderstatus instead string

This commit is contained in:
2024-10-16 16:47:35 +07:00
parent b8e8448658
commit ecf82f417d
4 changed files with 691 additions and 770 deletions

View File

@@ -5,7 +5,7 @@ import { NestMinioModule } from 'nestjs-minio';
@Module({
imports: [
NestMinioModule.register({
endPoint: process.env.MINIO_ENDPOINT ?? '10.0.27.1',
endPoint: process.env.MINIO_ENDPOINT ?? '0.0.0.0',
accessKey: process.env.MINIO_ACCESS_KEY ?? 'minioadmin',
secretKey: process.env.MINIO_SECRET_KEY ?? 'minioadmin',
useSSL: true,