mirror of
https://github.com/smittix/intercept.git
synced 2026-07-04 07:43:39 -07:00
feat: add POST /signalid/match route with scoring and caching
This commit is contained in:
@@ -517,6 +517,10 @@ ALERT_WEBHOOK_TIMEOUT = _get_env_int("ALERT_WEBHOOK_TIMEOUT", 5)
|
||||
ADMIN_USERNAME = _get_env("ADMIN_USERNAME", "admin")
|
||||
ADMIN_PASSWORD = _get_env("ADMIN_PASSWORD", "admin")
|
||||
|
||||
# Signal identification region (affects match ranking; does not filter results)
|
||||
# Valid values: GLOBAL, EU, US, UK, AU
|
||||
REGION = _get_env("REGION", "GLOBAL")
|
||||
|
||||
|
||||
def configure_logging() -> None:
|
||||
"""Configure application logging."""
|
||||
|
||||
Reference in New Issue
Block a user