mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-28 08:15:54 +00:00
Currently supports block archive (i.e. full) bootstraps only. Still need to add support for top-only bootstraps.
10 lines
242 B
JSON
10 lines
242 B
JSON
{
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2-founder-rewards.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"bootstrap": false,
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0
|
|
}
|