mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Use redis scheme for Redis
This commit is contained in:
parent
43a4f57798
commit
9a95f55b9c
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ parameters:
|
|||
rabbitmq_prefetch_count: ${RABBITMQ_PREFETCH_COUNT:-10}
|
||||
|
||||
# Redis processing
|
||||
redis_scheme: ${REDIS_SCHEME:-tcp}
|
||||
redis_scheme: ${REDIS_SCHEME:-redis}
|
||||
redis_host: ${REDIS_HOST:-redis}
|
||||
redis_port: ${REDIS_PORT:-6379}
|
||||
redis_path: ${REDIS_PATH:-~}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue