Commit ae1e8cdc17197441a521cffdbe1173f37daff3fc

Authored by Volodymyr Babak
1 parent ad4e27d0

Added env variable link

... ... @@ -300,7 +300,7 @@ caffeine:
300 300 redis:
301 301 # standalone or cluster
302 302 connection:
303   - type: standalone
  303 + type: "${REDIS_CONNECTION_TYPE:standalone}"
304 304 standalone:
305 305 host: "${REDIS_HOST:localhost}"
306 306 port: "${REDIS_PORT:6379}"
... ...