Update defaults.js

This commit is contained in:
CapDog 2021-05-17 06:40:31 -04:00 committed by GitHub
parent 737813af58
commit 90fec09a01

View file

@ -47,7 +47,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:8765/gun'], peers: ['https://gun.shock.network/gun','https://gun-eu.shock.network'],
useTLS: false, useTLS: false,
tokenExpirationMS: 259200000, tokenExpirationMS: 259200000,
localtunnelHost:'https://tunnel.rip' localtunnelHost:'https://tunnel.rip'