Update settings-test.json

This commit is contained in:
AlphaX
2024-07-19 17:01:01 +02:00
committed by GitHub
parent 449aab0a11
commit 6377b67274

View File

@@ -1,5 +1,11 @@
{
"listenPort": 62392,
"apiPort": 62391,
"bindAddress": "0.0.0.0",
"isTestNet": true,
"singleNodeTestnet": false,
"minPeerVersion": "4.5.2",
"allowConnectionsWithOlderPeerVersions": false,
"bitcoinNet": "TEST3",
"litecoinNet": "TEST3",
"dogecoinNet": "TEST3",
@@ -13,6 +19,17 @@
"bootstrap": false,
"maxPeerConnectionTime": 999999999,
"localAuthBypassEnabled": true,
"singleNodeTestnet": false,
"recoveryModeTimeout": 0
"recoveryModeTimeout": 0,
"uiLocalServers": [
"localhost",
"127.0.0.1",
"0.0.0.0/0",
"::/0"
],
"apiWhitelist": [
"localhost",
"127.0.0.1",
"0.0.0.0/0",
"::/0"
]
}