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 {
|
return {
|
||||||
serverPort: 9835,
|
serverPort: 9835,
|
||||||
serverHost: "localhost",
|
serverHost: "localhost",
|
||||||
sessionSecret: "my session secret",
|
|
||||||
sessionMaxAge: 300000,
|
|
||||||
lndAddress: "127.0.0.1:9735",
|
lndAddress: "127.0.0.1:9735",
|
||||||
maxNumRoutesToQuery: 20,
|
maxNumRoutesToQuery: 20,
|
||||||
lndProto: parsePath(`${__dirname}/rpc.proto`),
|
lndProto: parsePath(`${__dirname}/rpc.proto`),
|
||||||
|
|
@ -50,6 +48,6 @@ module.exports = (mainnet = false) => {
|
||||||
lndDirPath: lndDirectory,
|
lndDirPath: lndDirectory,
|
||||||
peers: ['http://gun.shock.network:8765/gun'],
|
peers: ['http://gun.shock.network:8765/gun'],
|
||||||
useTLS: false,
|
useTLS: false,
|
||||||
tokenExpirationMS: 4500000
|
tokenExpirationMS: 259200000
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue