Update src/config/env.config.ts

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
nolramaf 2025-09-01 19:50:01 -03:00 committed by GitHub
parent e48e878b4f
commit 9beb38d807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@ export type S3 = {
USE_SSL?: boolean; USE_SSL?: boolean;
REGION?: string; REGION?: string;
SKIP_POLICY?: boolean; SKIP_POLICY?: boolean;
SAVE_VIDEO: boolean; SAVE_VIDEO?: boolean;
}; };
export type CacheConf = { REDIS: CacheConfRedis; LOCAL: CacheConfLocal }; export type CacheConf = { REDIS: CacheConfRedis; LOCAL: CacheConfLocal };