problem: using "upstreams" on two levels of config is confusing
This commit is contained in:
@@ -38,7 +38,7 @@ class UpstreamsConfigReader(
|
||||
}
|
||||
|
||||
override fun read(input: MappingNode?): UpstreamsConfig? {
|
||||
return getMapping(input, "upstreams")?.let {
|
||||
return getMapping(input, "cluster")?.let {
|
||||
readInternal(it)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user