thingsboard/docker/cache-redis-sentinel.env

8 lines
203 B
Bash
Raw Normal View History

2023-06-01 14:47:47 +03:00
CACHE_TYPE=redis
REDIS_CONNECTION_TYPE=sentinel
REDIS_MASTER=mymaster
REDIS_SENTINELS=redis-sentinel:26379
REDIS_SENTINEL_PASSWORD=sentinel
REDIS_USE_DEFAULT_POOL_CONFIG=false
REDIS_PASSWORD=thingsboard