This commit is contained in:
CapDog 2020-08-21 22:38:05 -04:00 committed by GitHub
parent 135d52da08
commit a0fd5a563d

View file

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