Browse Source

Pushbullet integration

pull/81/head
Pēteris Caune 8 years ago
parent
commit
da24bcd6aa
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      hc/settings.py

+ 4
- 0
hc/settings.py 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:


Loading…
Cancel
Save