mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
removed pw from self info, checking if third party peers file exists, minor logging fix
This commit is contained in:
parent
5106614088
commit
5ce0c2d71c
2 changed files with 11 additions and 6 deletions
|
@ -286,6 +286,7 @@ export const files = {
|
|||
},
|
||||
thirdPartyPeersFile: {
|
||||
path: 'data/p2p/thirdPartyPeers.json',
|
||||
defaultValue: JSON.stringify([]),
|
||||
description: 'json of third party peers reported by other peers',
|
||||
},
|
||||
keyFile: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue