Revert config change
This commit is contained in:
parent
ea1035e414
commit
3a2ee779b6
12
config.js
12
config.js
@ -1,17 +1,17 @@
|
|||||||
let config = {
|
let config = {
|
||||||
bitcoind: {
|
bitcoind: {
|
||||||
rpc: 'http://masize:12345678@127.0.0.1:18443',
|
rpc: 'http://login:password@1.1.1.1:8332',
|
||||||
},
|
},
|
||||||
redis: {
|
redis: {
|
||||||
port: 6379,
|
port: 12914,
|
||||||
host: '127.0.0.1',
|
host: '1.1.1.1',
|
||||||
family: 4,
|
family: 4,
|
||||||
//password: 'password',
|
password: 'password',
|
||||||
db: 0,
|
db: 0,
|
||||||
},
|
},
|
||||||
lnd: {
|
lnd: {
|
||||||
url: '127.0.0.1:10009',
|
url: '1.1.1.1:10009',
|
||||||
password: 'masize1535',
|
password: '',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user