cleanup
This commit is contained in:
parent
6aec783bfb
commit
4f52a4fc24
1 changed files with 1 additions and 3 deletions
|
|
@ -31,8 +31,6 @@ module.exports = (mainnet = false) => {
|
|||
return {
|
||||
serverPort: 9835,
|
||||
serverHost: "localhost",
|
||||
sessionSecret: "my session secret",
|
||||
sessionMaxAge: 300000,
|
||||
lndAddress: "127.0.0.1:9735",
|
||||
maxNumRoutesToQuery: 20,
|
||||
lndProto: parsePath(`${__dirname}/rpc.proto`),
|
||||
|
|
@ -50,6 +48,6 @@ module.exports = (mainnet = false) => {
|
|||
lndDirPath: lndDirectory,
|
||||
peers: ['http://gun.shock.network:8765/gun'],
|
||||
useTLS: false,
|
||||
tokenExpirationMS: 4500000
|
||||
tokenExpirationMS: 259200000
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue