Skip to content

Commit

Permalink
FileStorageConfig extends AuthorizationClientConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Aug 2, 2024
1 parent bcba07a commit c48d0d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { S3Config } from '@infra/s3-client';
import { CoreModuleConfig } from '@src/core';

export const FILES_STORAGE_S3_CONNECTION = 'FILES_STORAGE_S3_CONNECTION';
export interface FileStorageConfig extends CoreModuleConfig {
export interface FileStorageConfig extends CoreModuleConfig, AuthorizationClientConfig {
MAX_FILE_SIZE: number;
MAX_SECURITY_CHECK_FILE_SIZE: number;
USE_STREAM_TO_ANTIVIRUS: boolean;
Expand Down

0 comments on commit c48d0d0

Please sign in to comment.