mempool/frontend/proxy.conf.json
2020-02-26 04:29:57 +07:00

18 lines
321 B
JSON

{
"/api": {
"target": "http://localhost:8999/",
"secure": false
},
"/ws": {
"target": "http://localhost:8999/",
"secure": false,
"ws": true
},
"/electrs": {
"target": "https://www.blockstream.info/testnet/api/",
"secure": false,
"pathRewrite": {
"^/electrs": ""
}
}
}