From b2a942ce84f315fda629964e2998a8c989c6ade9 Mon Sep 17 00:00:00 2001 From: Alkan ARSLAN Date: Mon, 14 Jul 2025 19:17:49 +0300 Subject: [PATCH] chage redis host --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9325f3ab..ba7f5f5f 100644 --- a/.env.example +++ b/.env.example @@ -235,7 +235,7 @@ EVOAI_ENABLED=false # Cache - Environment variables # Redis Cache enabled CACHE_REDIS_ENABLED=true -CACHE_REDIS_URI=redis://localhost:6379/6 +CACHE_REDIS_URI=redis://redis:6379/6 CACHE_REDIS_TTL=604800 # Prefix serves to differentiate data from one installation to another that are using the same redis CACHE_REDIS_PREFIX_KEY=evolution