summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-14 00:32:59 +0200
committerGitHub <[email protected]>2022-10-14 00:32:59 +0200
commitb067e8b126b8b446b6c9c414f553d3a6b31509c1 (patch)
tree2a9bb8a510b881d0ee87040051c95d55765fcabe
parent27c677fe9a960f11e5335232f8f786a5e342e122 (diff)
parent0a483f671252dea760e1a6d7fc90b5cd363d11af (diff)
Merge branch 'master' into chore/refactoring-plugins-api
-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"
},