28 lines
384 B
YAML
28 lines
384 B
YAML
version: v1
|
|
port: 12448
|
|
|
|
tls:
|
|
enabled: false
|
|
|
|
cluster:
|
|
upstreams:
|
|
- id: test-1
|
|
chain: ethereum
|
|
options:
|
|
disable-validation: true
|
|
connection:
|
|
ethereum:
|
|
rpc:
|
|
url: "http://localhost:18545"
|
|
|
|
cache:
|
|
redis:
|
|
enabled: false
|
|
|
|
proxy:
|
|
port: 18080
|
|
tls:
|
|
enabled: false
|
|
routes:
|
|
- id: eth
|
|
blockchain: ethereum |