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: redis:
# standalone or cluster # standalone or cluster
connection: connection:
type: standalone type: "${REDIS_CONNECTION_TYPE:standalone}"
standalone: standalone:
host: "${REDIS_HOST:localhost}" host: "${REDIS_HOST:localhost}"
port: "${REDIS_PORT:6379}" port: "${REDIS_PORT:6379}"