Update defaults.js

This commit is contained in:
CapDog 2020-11-06 19:34:57 -05:00 committed by GitHub
parent 0a38cfe4f5
commit de1cc8a68e

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: ['http://gun.shock.network:8765/gun'], peers: ['https://gun.shock.network:8765/gun'],
useTLS: false, useTLS: false,
tokenExpirationMS: 259200000 tokenExpirationMS: 259200000
}; };