ConfigurationΒΆ

The default configuration looks like the following and is (by default) stored in config.yaml:

# Please see bos_auto/config-defaults.yaml for description

node: ws://localhost:8090

network: beatrice

redis_password: <your redis password>

passphrase: <your python peerplays wallet password>

BOOKIE_PROPOSER: <your witness account name>

BOOKIE_APPROVER: <your witness account name>

Both, the API and the worker make use of the same configuration file. We need to provide the wallet passphrase in order for the worker to be able to propose changes to the blockchain objects according to the messages received from the data feed.