26 lines
347 B
YAML
26 lines
347 B
YAML
version: v1
|
|
port: 12448
|
|
|
|
tls:
|
|
enabled: false
|
|
|
|
cluster:
|
|
upstreams:
|
|
- id: rinkeby-1
|
|
chain: rinkeby
|
|
connection:
|
|
ethereum:
|
|
rpc:
|
|
url: "${DSHACKLE_TEST_RINKEBY_RPC}"
|
|
|
|
cache:
|
|
redis:
|
|
enabled: false
|
|
|
|
proxy:
|
|
port: 18081
|
|
tls:
|
|
enabled: false
|
|
routes:
|
|
- id: rinkeby
|
|
blockchain: rinkeby |