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