forked from GithubBackups/healthchecks
Pushbullet integration
This commit is contained in:
parent
468c4b4b2c
commit
da24bcd6aa
@ -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…
x
Reference in New Issue
Block a user