Revert config change

This commit is contained in:
Agustin Kassis 2020-04-01 23:08:02 -03:00
parent ea1035e414
commit 3a2ee779b6

View File

@ -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: '',
}, },
}; };