local config fix

This commit is contained in:
hatim boufnichel 2020-10-17 18:46:42 +02:00
parent f17f8a1ff6
commit f94b3dadb8

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