Update defaults.js
This commit is contained in:
parent
737813af58
commit
90fec09a01
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue