authenticate_api is False by default

This commit is contained in:
Jude Nelson
2017-02-11 15:11:08 -05:00
parent c4e5abdcd4
commit bbf2181bb2

View File

@@ -679,7 +679,7 @@ def read_config_file(path=CONFIG_PATH):
parser.set('blockstack-client', 'users', USER_DIRNAME)
parser.set('blockstack-client', 'datastores', DATASTORE_DIRNAME)
parser.set('blockstack-client', 'default_devices', '')
parser.set('blockstack-client', 'authenticate_api', 'True')
parser.set('blockstack-client', 'authenticate_api', 'False')
rpc_token = os.urandom(32)
parser.set('blockstack-client', 'rpc_token', hexlify(rpc_token))