Commit ae1e8cdc17197441a521cffdbe1173f37daff3fc

Authored by Volodymyr Babak
1 parent ad4e27d0

Added env variable link

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