Create settings.json

slightly modified settings for default.
This commit is contained in:
crowetic 2022-11-18 07:36:07 -08:00 committed by GitHub
parent c515f2a434
commit 6e1d546453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
settings.json Normal file
View File

@ -0,0 +1,14 @@
{
"apiDocumentationEnabled":true,
"minBlockchainPeers": 5,
"minOutboundPeers": 15,
"maxPeers": 42,
"apiEnabled":true,
"apiRestricted":false,
"autoUpdateEnalbed":true,
"uPnpEnabled": true,
"relayModeEnabled": true,
"qdnEnabled": true,
"allowConnectionsWithOlderPeerVersions": false,
"minPeerVersion": "3.7.0"
}