mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 21:17:36 +08:00
fix(discovery): typo in the consul_kv schema (#4390)
Co-authored-by: nieyong <nieyong@staff.weibo.com>
This commit is contained in:
parent
e6c69318e1
commit
af5e4dff00
@ -102,12 +102,12 @@ local schema = {
|
||||
type = "object",
|
||||
properties = {
|
||||
fail_timeout = {type = "integer", default = 1},
|
||||
weigth = {type = "integer", default = 1},
|
||||
weight = {type = "integer", default = 1},
|
||||
max_fails = {type = "integer", default = 1}
|
||||
},
|
||||
default = {
|
||||
fail_timeout = 1,
|
||||
weigth = 1,
|
||||
weight = 1,
|
||||
max_fails = 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user