12 lines
234 B
YAML
12 lines
234 B
YAML
proxy:
|
|
enabled: true
|
|
host: 0.0.0.0
|
|
port: 8080
|
|
preserve-batch-order: true
|
|
cors-origin: "*"
|
|
cors-allowed-headers: "Content-Type"
|
|
routes:
|
|
- id: ethereum
|
|
blockchain: ethereum
|
|
- id: classic
|
|
blockchain: etc |