/ testnet / settings-test.json
settings-test.json
 1  {
 2    "listenPort": 60392,
 3    "apiPort": 60391,
 4    "bindAddress": "0.0.0.0",
 5    "isTestNet": true,
 6    "singleNodeTestnet": false,
 7    "minPeerVersion": "0.1.0",
 8    "allowConnectionsWithOlderPeerVersions": false,
 9    "bitcoinNet": "TEST3",
10    "litecoinNet": "TEST3",
11    "dogecoinNet": "TEST3",
12    "digibyteNet": "TEST3",
13    "ravencoinNet": "TEST3",
14    "repositoryPath": "db-testnet",
15    "blockchainConfig": "testchain.json",
16    "minBlockchainPeers": 1,
17    "apiDocumentationEnabled": true,
18    "apiRestricted": false,
19    "bootstrap": false,
20    "maxPeerConnectionTime": 999999999,
21    "localAuthBypassEnabled": true,
22    "recoveryModeTimeout": 0,
23    "uiLocalServers": [
24      "localhost",
25      "127.0.0.1",
26      "0.0.0.0/0",
27      "::/0"
28    ],
29    "apiWhitelist": [
30      "localhost",
31      "127.0.0.1",
32      "0.0.0.0/0",
33      "::/0"
34    ]
35  }