problem: outdated config examples

rel: #7
This commit is contained in:
Igor Artamonov
2020-05-27 15:23:46 -04:00
parent 0894b98081
commit ef32308868
3 changed files with 65 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
== Server Configuration
Dshackle server tries to load its configuration from `/etc/dshackle/dshackle.yaml`, if it can't find a file at that path
it tries to load file `dshackle.yaml` from current working directory. If none of them found server fails to run with an error.
it tries to load file `dshackle.yaml` from current working directory.If none of them found server fails to run with an error.
.Example dshackle.yaml configuration:
[source,yaml]
@@ -69,8 +69,8 @@ proxy:
- id: eth
blockchain: ethereum
upstreams:
config: "upstreams.yaml"
cluster:
include: "upstreams.yaml"
----
With that configuration Dshackle starts a JSON RPC proxy: