Migrate to fly.io, add Genre type
This commit is contained in:
@@ -19,6 +19,7 @@ export class MinioService {
|
||||
useSSL: this.configService.get<string>('S3_USE_SSL', 'true') === 'true',
|
||||
accessKey: this.configService.get<string>('S3_ACCESS_KEY', ''),
|
||||
secretKey: this.configService.get<string>('S3_SECRET_KEY', ''),
|
||||
region: this.configService.get<string>('S3_REGION', 'auto'),
|
||||
});
|
||||
this.defaultBucketName = this.configService.get<string>('S3_BUCKET', '');
|
||||
}
|
||||
|
Reference in New Issue
Block a user