Showing
1 changed file
with
1 additions
and
1 deletions
@@ -300,7 +300,7 @@ caffeine: | @@ -300,7 +300,7 @@ caffeine: | ||
300 | redis: | 300 | redis: |
301 | # standalone or cluster | 301 | # standalone or cluster |
302 | connection: | 302 | connection: |
303 | - type: standalone | 303 | + type: "${REDIS_CONNECTION_TYPE:standalone}" |
304 | standalone: | 304 | standalone: |
305 | host: "${REDIS_HOST:localhost}" | 305 | host: "${REDIS_HOST:localhost}" |
306 | port: "${REDIS_PORT:6379}" | 306 | port: "${REDIS_PORT:6379}" |