diff --git a/static-data/default_config.json b/static-data/default_config.json index a65588ca..4846991a 100755 --- a/static-data/default_config.json +++ b/static-data/default_config.json @@ -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" } } \ No newline at end of file diff --git a/tests/runtime-result.txt b/tests/runtime-result.txt index 1beaa9a7..b249e7d3 100644 --- a/tests/runtime-result.txt +++ b/tests/runtime-result.txt @@ -1 +1 @@ -1597709420 \ No newline at end of file +1599457658 \ No newline at end of file