summaryrefslogtreecommitdiff
path: root/schemas/config/2.0.schema.json
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-12 17:27:35 +0200
committerGitHub <[email protected]>2022-10-12 17:27:35 +0200
commit0a483f671252dea760e1a6d7fc90b5cd363d11af (patch)
tree84f07afb6d6b717fba6eda39e6997ecb5adecce4 /schemas/config/2.0.schema.json
parentbee07c00a8954945156ca3e3de9c032b530abd01 (diff)
Update 2.0.schema.json
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r--schemas/config/2.0.schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index 53cd7970..df28442e 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -2002,8 +2002,8 @@
"description": "Redis config section",
"type": "object",
"properties": {
- "addr": {
- "description": "Redis server address",
+ "addrs": {
+ "description": "Redis server addresses",
"type": "array",
"default": "localhost:6379"
},