Pushbullet integration

This commit is contained in:
Pēteris Caune 2016-07-30 18:06:10 +03:00
parent 468c4b4b2c
commit da24bcd6aa

View File

@ -146,6 +146,10 @@ PUSHOVER_SUBSCRIPTION_URL = None
PUSHOVER_EMERGENCY_RETRY_DELAY = 300
PUSHOVER_EMERGENCY_EXPIRATION = 86400
# Pushbullet integration -- override these in local_settings
PUSHBULLET_CLIENT_ID = None
PUSHBULLET_CLIENT_SECRET = None
if os.path.exists(os.path.join(BASE_DIR, "hc/local_settings.py")):
from .local_settings import *
else: