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

View File

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