forked from platypush/platypush
57519ed114
- 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.
16 lines
386 B
YAML
16 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)
|
|
|