test-settings-v2.json
1 { 2 "repositoryPath": "testdb", 3 "bitcoinNet": "TEST3", 4 "litecoinNet": "TEST3", 5 "restrictedApi": false, 6 "blockchainConfig": "src/test/resources/test-chain-v2.json", 7 "exportPath": "forknet-backup-test", 8 "bootstrap": false, 9 "wipeUnconfirmedOnStart": false, 10 "testNtpOffset": 0, 11 "minPeers": 0, 12 "pruneBlockLimit": 100, 13 "bootstrapFilenamePrefix": "test-", 14 "dataPath": "data-test", 15 "tempDataPath": "data-test/_temp", 16 "listsPath": "lists-test", 17 "storagePolicy": "FOLLOWED_OR_VIEWED", 18 "maxStorageCapacity": 104857600, 19 "arrrDefaultBirthday": 1900000 20 }