mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-11 02:49:36 -06:00
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:
parent
e48e878b4f
commit
9beb38d807
@ -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 };
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user