redundant peer

This commit is contained in:
CapDog 2020-09-08 21:14:18 -04:00 committed by GitHub
parent c5f60c3892
commit 818c1bf198

View file

@ -46,7 +46,7 @@ module.exports = (mainnet = false) => {
logfile: "shockapi.log", logfile: "shockapi.log",
lndLogFile: parsePath(`${lndDirectory}/logs/bitcoin/${network}/lnd.log`), lndLogFile: parsePath(`${lndDirectory}/logs/bitcoin/${network}/lnd.log`),
lndDirPath: lndDirectory, lndDirPath: lndDirectory,
peers: ['https://gun.shock.network'], peers: ['http://gun.shock.network:8765/gun','http://gun2.shock.network:8765/gun'],
useTLS: false, useTLS: false,
tokenExpirationMS: 259200000 tokenExpirationMS: 259200000
}; };