2019-07-21 17:59:47 +03:00
|
|
|
{
|
|
|
|
"/api": {
|
|
|
|
"target": "http://localhost:8999/",
|
|
|
|
"secure": false
|
2020-02-24 03:43:00 +07:00
|
|
|
},
|
|
|
|
"/ws": {
|
|
|
|
"target": "http://localhost:8999/",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true
|
|
|
|
},
|
|
|
|
"/electrs": {
|
2020-02-26 04:29:57 +07:00
|
|
|
"target": "https://www.blockstream.info/testnet/api/",
|
2020-02-24 03:43:00 +07:00
|
|
|
"secure": false,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/electrs": ""
|
|
|
|
}
|
2019-07-21 17:59:47 +03:00
|
|
|
}
|
|
|
|
}
|