expose orderstatus instead string
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user