Connection config and proxy updates.

This commit is contained in:
Simon Lindh
2020-02-24 03:43:00 +07:00
committed by wiz
parent d690511a08
commit 32fdb32792
3 changed files with 14 additions and 2 deletions

View File

@@ -2,5 +2,17 @@
"/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": ""
}
}
}