Merge pull request #2493 from volodymyr-babak/master

Added env variable link
This commit is contained in:
VoBa 2020-03-06 16:40:23 +02:00 committed by GitHub
commit f3a01f21f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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