Configure production backends and nginx for high availability electrs

This commit is contained in:
wiz
2021-01-30 22:59:56 +09:00
parent c5c2222b8c
commit 42ad068dd2
4 changed files with 47 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
"PASSWORD": "bar"
},
"ESPLORA": {
"REST_API_URL": "http://[::1]:3002"
"REST_API_URL": "http://127.0.0.1:3002"
},
"DATABASE": {
"ENABLED": true,