This commit is contained in:
Kenneth Kehl
2025-07-10 14:29:46 -07:00
parent c81264f098
commit 8fa893895c
4 changed files with 0 additions and 169 deletions

View File

@@ -124,10 +124,6 @@ class Config(object):
# Logging
DEBUG = False
# Monitoring
CRONITOR_ENABLED = False
CRONITOR_KEYS = json.loads(getenv("CRONITOR_KEYS", "{}"))
# Antivirus
ANTIVIRUS_ENABLED = getenv("ANTIVIRUS_ENABLED", "1") == "1"
@@ -411,7 +407,6 @@ class Production(Config):
)
FROM_NUMBER = "Notify.gov"
CRONITOR_ENABLED = True
class Staging(Production):