diff --git a/hc/settings.py b/hc/settings.py index 32321507..42fe78b6 100644 --- a/hc/settings.py +++ b/hc/settings.py @@ -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: