Commit f3a01f21f64fefe5fac13adf34f7a742f3bef793

Authored by VoBa
Committed by GitHub
2 parents ad4e27d0 ae1e8cdc

Merge pull request #2493 from volodymyr-babak/master

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}"
... ...