problem: using "upstreams" on two levels of config is confusing

This commit is contained in:
Igor Artamonov
2020-03-23 23:41:32 -04:00
parent 014461520e
commit 695b38f702
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ proxy:
blockchain: ethereum
- id: kovan
blockchain: kovan
upstreams:
cluster:
upstreams:
- id: infura-eth
chain: ethereum

View File

@@ -16,7 +16,7 @@ tls:
client:
require: true
ca: "ca.crt"
upstreams:
cluster:
include: "upstreams.yaml"
----