forked from Qortal/qortal
7375357b11
This involved adding a feature to the test suite in include the option of using a repository located on disk rather than in memory. Also moved the bootstrap compression/extraction working directories to temporary folders.
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"repositoryPath": "testdb",
|
|
"bitcoinNet": "REGTEST",
|
|
"litecoinNet": "REGTEST",
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"bootstrap": false,
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0,
|
|
"pruneBlockLimit": 100
|
|
}
|