mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-03-30 16:45:26 +08:00
authenticate_api is False by default
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user