platypush/runbullet/config.example.yaml
Fabio Manganiello 57519ed114 - Implemented Kafka backend, as a variant of #6
- pusher changed to use either Pushbullet or Kafka as a backend
(whatever is specified with pusher=True in the main config file). Still
a lot of dirty code to refactor there tho.
2017-11-29 02:44:03 +01:00

17 lines
386 B
YAML

backend.kafka:
disabled: False
pusher: True # The pusher executable will use this backend by default
logging: DEBUG
server: your_server:9092
topic: runbullet
backend.pushbullet:
disabled: True
logging: DEBUG
token: your_pushbullet_token_here
device: turing
# device_id: <your_device_id> (default: current hostname)
# debug: True (default: False)