Merge pull request #2493 from volodymyr-babak/master
Added env variable link
This commit is contained in:
commit
f3a01f21f6
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user