mempool/frontend/proxy.conf.json

18 lines
313 B
JSON
Raw Normal View History

2019-07-21 16:59:47 +02:00
{
"/api": {
"target": "http://localhost:8999/",
"secure": false
2020-02-23 21:43:00 +01:00
},
"/ws": {
"target": "http://localhost:8999/",
"secure": false,
"ws": true
},
"/electrs": {
"target": "https://www.blockstream.info/api/",
"secure": false,
"pathRewrite": {
"^/electrs": ""
}
2019-07-21 16:59:47 +02:00
}
}