Remove old install script, merge remaining stuff into upgrade script

This commit is contained in:
wiz
2022-03-12 11:11:12 +00:00
parent a429f6233c
commit e52d7ecef1
8 changed files with 65 additions and 58 deletions

View File

@@ -13,13 +13,13 @@
},
"CORE_RPC": {
"PORT": 7040,
"USERNAME": "foo",
"PASSWORD": "bar"
"USERNAME": "__ELEMENTS_RPC_USER__",
"PASSWORD": "__ELEMENTS_RPC_PASS__"
},
"SECOND_CORE_RPC": {
"PORT": 8332,
"USERNAME": "foo",
"PASSWORD": "bar"
"USERNAME": "__BITCOIN_RPC_USER__",
"PASSWORD": "__BITCOIN_RPC_PASS__"
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:4004"