mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -06:00
chage redis host
This commit is contained in:
parent
39606240da
commit
b2a942ce84
@ -235,7 +235,7 @@ EVOAI_ENABLED=false
|
|||||||
# Cache - Environment variables
|
# Cache - Environment variables
|
||||||
# Redis Cache enabled
|
# Redis Cache enabled
|
||||||
CACHE_REDIS_ENABLED=true
|
CACHE_REDIS_ENABLED=true
|
||||||
CACHE_REDIS_URI=redis://localhost:6379/6
|
CACHE_REDIS_URI=redis://redis:6379/6
|
||||||
CACHE_REDIS_TTL=604800
|
CACHE_REDIS_TTL=604800
|
||||||
# Prefix serves to differentiate data from one installation to another that are using the same redis
|
# Prefix serves to differentiate data from one installation to another that are using the same redis
|
||||||
CACHE_REDIS_PREFIX_KEY=evolution
|
CACHE_REDIS_PREFIX_KEY=evolution
|
||||||
|
Loading…
Reference in New Issue
Block a user