mempool/frontend/proxy.conf.json
2020-02-26 03:35:08 +09:00

18 lines
313 B
JSON

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