Added env variable link

This commit is contained in:
Volodymyr Babak 2020-03-06 11:06:01 +02:00
parent ad4e27d08b
commit ae1e8cdc17

View File

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