make the move
This commit is contained in:
47
proxy/dshackle.yaml
Normal file
47
proxy/dshackle.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
host: 0.0.0.0
|
||||
port: 2449
|
||||
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
monitoring:
|
||||
enabled: true
|
||||
jvm: false
|
||||
extended: false
|
||||
prometheus:
|
||||
enabled: true
|
||||
bind: 0.0.0.0
|
||||
port: 8081
|
||||
path: /metrics
|
||||
|
||||
health:
|
||||
port: 8082
|
||||
host: 0.0.0.0
|
||||
path: /health
|
||||
blockchains:
|
||||
- chain: ethereum
|
||||
min-available: 1
|
||||
|
||||
cache:
|
||||
redis:
|
||||
enabled: true
|
||||
host: redis
|
||||
password: ""
|
||||
|
||||
proxy:
|
||||
host: 0.0.0.0
|
||||
port: 8080
|
||||
tls:
|
||||
enabled: false
|
||||
routes:
|
||||
- id: eth
|
||||
blockchain: ethereum
|
||||
|
||||
cluster:
|
||||
defaults:
|
||||
- chains:
|
||||
- ethereum
|
||||
options:
|
||||
min-peers: 10
|
||||
include:
|
||||
- "proxy.yaml"
|
||||
10
proxy/proxy.yaml
Normal file
10
proxy/proxy.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
upstreams:
|
||||
- id: proxy
|
||||
chain: ethereum
|
||||
priority: 100
|
||||
options:
|
||||
disable-validation: true
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "http://proxy:8545/1"
|
||||
Reference in New Issue
Block a user