platypush/runbullet/config.example.yaml

17 lines
386 B
YAML
Raw Normal View History

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
2017-11-03 11:40:42 +01:00
token: your_pushbullet_token_here
device: turing
2017-11-03 11:40:42 +01:00
# device_id: <your_device_id> (default: current hostname)
# debug: True (default: False)