Update defaults.js

This commit is contained in:
CapDog 2020-12-06 16:38:59 -05:00 committed by GitHub
parent 9638907e11
commit b9273cfe85

View file

@ -49,6 +49,6 @@ module.exports = (mainnet = false) => {
peers: ['https://gun.shock.network:8765/gun'], peers: ['https://gun.shock.network:8765/gun'],
useTLS: false, useTLS: false,
tokenExpirationMS: 259200000, tokenExpirationMS: 259200000,
localtunnelHost:'http://tunnel.example.com' localtunnelHost:'https://tunnel.rip'
}; };
}; };