update runtime test
This commit is contained in:
parent
f8fcd6d4e5
commit
cb88ff8c3f
@ -8,16 +8,16 @@
|
||||
"general": {
|
||||
"allow_public_api_dns_rebinding": false,
|
||||
"announce_node": true,
|
||||
"dev_mode": true,
|
||||
"dev_mode": false,
|
||||
"display_header": true,
|
||||
"ephemeral_tunnels": false,
|
||||
"hide_created_blocks": true,
|
||||
"insert_deniable_blocks": false,
|
||||
"insert_deniable_blocks": true,
|
||||
"max_block_age": 2678400,
|
||||
"minimum_block_pow": 1,
|
||||
"minimum_send_pow": 1,
|
||||
"minimum_block_pow": 5,
|
||||
"minimum_send_pow": 5,
|
||||
"public_key": "",
|
||||
"random_bind_ip": false,
|
||||
"random_bind_ip": true,
|
||||
"security_level": 0,
|
||||
"show_notifications": true,
|
||||
"store_plaintext_blocks": true,
|
||||
@ -31,12 +31,12 @@
|
||||
},
|
||||
"file": {
|
||||
"output": true,
|
||||
"remove_on_exit": false
|
||||
"remove_on_exit": true
|
||||
},
|
||||
"verbosity": "default"
|
||||
},
|
||||
"onboarding": {
|
||||
"done": true
|
||||
"done": false
|
||||
},
|
||||
"peers": {
|
||||
"max_connect": 1000,
|
||||
@ -69,10 +69,10 @@
|
||||
"transports": {
|
||||
"lan": true,
|
||||
"sneakernet": true,
|
||||
"tor": false
|
||||
"tor": true
|
||||
},
|
||||
"ui": {
|
||||
"animated_background": false,
|
||||
"animated_background": true,
|
||||
"theme": "dark"
|
||||
}
|
||||
}
|
@ -1 +1 @@
|
||||
1597709420
|
||||
1599457658
|
Loading…
Reference in New Issue
Block a user