Connection config and proxy updates.
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user