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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,11 @@
{ {
"listenPort": 62392,
"apiPort": 62391,
"bindAddress": "0.0.0.0",
"isTestNet": true, "isTestNet": true,
"singleNodeTestnet": false,
"minPeerVersion": "4.5.2",
"allowConnectionsWithOlderPeerVersions": false,
"bitcoinNet": "TEST3", "bitcoinNet": "TEST3",
"litecoinNet": "TEST3", "litecoinNet": "TEST3",
"dogecoinNet": "TEST3", "dogecoinNet": "TEST3",
@ -13,6 +19,17 @@
"bootstrap": false, "bootstrap": false,
"maxPeerConnectionTime": 999999999, "maxPeerConnectionTime": 999999999,
"localAuthBypassEnabled": true, "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"
]
} }