solution: basic implementation for Proxy endpoint
This commit is contained in:
5
src/test/resources/dshackle-proxy-basic.yaml
Normal file
5
src/test/resources/dshackle-proxy-basic.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
proxy:
|
||||
port: 8080
|
||||
routes:
|
||||
- id: ethereum
|
||||
blockchain: ethereum
|
||||
9
src/test/resources/dshackle-proxy-max.yaml
Normal file
9
src/test/resources/dshackle-proxy-max.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
proxy:
|
||||
enabled: true
|
||||
host: 0.0.0.0
|
||||
port: 8080
|
||||
routes:
|
||||
- id: ethereum
|
||||
blockchain: ethereum
|
||||
- id: classic
|
||||
blockchain: etc
|
||||
7
src/test/resources/dshackle-proxy-two.yaml
Normal file
7
src/test/resources/dshackle-proxy-two.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
proxy:
|
||||
port: 8080
|
||||
routes:
|
||||
- id: ethereum
|
||||
blockchain: ethereum
|
||||
- id: classic
|
||||
blockchain: etc
|
||||
Reference in New Issue
Block a user