This commit is contained in:
parent
579264ad93
commit
8b94e117a3
@ -6,7 +6,7 @@ redis:
|
||||
- redis-redisearch
|
||||
config:
|
||||
bind: "0.0.0.0 ::"
|
||||
port: 6380
|
||||
port: 6379
|
||||
protected-mode: "no"
|
||||
tcp-backlog: 511
|
||||
timeout: 0
|
||||
|
@ -2,4 +2,4 @@
|
||||
{%- from "redis/map.jinja" import redis with context %}
|
||||
{% for key, value in redis.config.items () %}
|
||||
{{ key }} {{ value }}
|
||||
{% endfor %}
|
||||
{%- endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user