forked from Qortal/qortal
21 lines
596 B
JSON
21 lines
596 B
JSON
{
|
|
"repositoryPath": "testdb",
|
|
"bitcoinNet": "TEST3",
|
|
"litecoinNet": "TEST3",
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2-self-sponsorship-algo.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"bootstrap": false,
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0,
|
|
"pruneBlockLimit": 100,
|
|
"bootstrapFilenamePrefix": "test-",
|
|
"dataPath": "data-test",
|
|
"tempDataPath": "data-test/_temp",
|
|
"listsPath": "lists-test",
|
|
"storagePolicy": "FOLLOWED_OR_VIEWED",
|
|
"maxStorageCapacity": 104857600,
|
|
"arrrDefaultBirthday": 1900000
|
|
}
|