...
|
...
|
@@ -300,7 +300,7 @@ caffeine: |
300
|
300
|
redis:
|
301
|
301
|
# standalone or cluster
|
302
|
302
|
connection:
|
303
|
|
- type: standalone
|
|
303
|
+ type: "${REDIS_CONNECTION_TYPE:standalone}"
|
304
|
304
|
standalone:
|
305
|
305
|
host: "${REDIS_HOST:localhost}"
|
306
|
306
|
port: "${REDIS_PORT:6379}"
|
...
|
...
|
|