platypush/runbullet/config.example.yaml

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)