moving to release with better settings and onboarding, add dev setup docs
This commit is contained in:
parent
f0ffbb63e7
commit
b08e95d752
4 changed files with 26 additions and 13 deletions
|
@ -15,8 +15,8 @@ conf['general']['dev_mode'] = False
|
|||
conf['general']['insert_deniable_blocks'] = True
|
||||
conf['general']['random_bind_ip'] = True
|
||||
conf['onboarding']['done'] = False
|
||||
conf['general']['minimum_block_pow'] = 6
|
||||
conf['general']['minimum_send_pow'] = 6
|
||||
conf['general']['minimum_block_pow'] = 5
|
||||
conf['general']['minimum_send_pow'] = 5
|
||||
|
||||
json.dump(conf, open('static-data/default_config.json', 'w'), sort_keys=True, indent=4)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue