mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-28 09:51:22 +00:00
17 lines
435 B
JSON
17 lines
435 B
JSON
{
|
|
"repositoryPath": "testdb",
|
|
"bitcoinNet": "TEST3",
|
|
"litecoinNet": "TEST3",
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"bootstrap": false,
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0,
|
|
"pruneBlockLimit": 100,
|
|
"bootstrapFilenamePrefix": "test-",
|
|
"dataPath": "data-test",
|
|
"tempDataPath": "data-test/_temp"
|
|
}
|