forked from platypush/platypush
Ignoring config.yaml by default, using config.example.yaml
This commit is contained in:
parent
af78267b58
commit
21ff650319
2 changed files with 1 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
*.swp
|
*.swp
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
config.yaml
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
pushbullet:
|
|
||||||
token: o.EHMMnZneJdpNQv9FSFbyY2busin7floe
|
|
||||||
device: turing # Virtual PushBullet device linked to notifier
|
|
||||||
|
|
||||||
# device_id: <your_device_id> (default: hostname)
|
|
||||||
# debug: True (default: False)
|
|
||||||
|
|
Loading…
Reference in a new issue