problem: reading yaml to both plain properties and structured objects is a mess
solution: use just objects for configs
This commit is contained in:
@@ -17,7 +17,7 @@ tls:
|
||||
require: true
|
||||
ca: "ca.crt"
|
||||
upstreams:
|
||||
config: "upstreams.yaml"
|
||||
include: "upstreams.yaml"
|
||||
----
|
||||
|
||||
It configures following:
|
||||
|
||||
Reference in New Issue
Block a user