Implement notifications

This commit is contained in:
2022-12-18 16:55:09 +00:00
parent f4772a3c7d
commit 4c463e88f2
3 changed files with 36 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ REGISTRATION_OPEN = getenv("REGISTRATION_OPEN", "false").lower() in trues
# Hook URL, do not include leading or trailing slash
HOOK_PATH = "hook"
NOTIFY_TOPIC = getenv("NOTIFY_TOPIC", "great-fisk")
DEBUG = getenv("DEBUG", "false").lower() in trues
PROFILER = getenv("PROFILER", "false").lower() in trues