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:
|
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}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user