feat(FN-4332): complete Step 1 — add failure notification settings defaults

Fusion-Task-Id: FN-4332
Fusion-Task-Lineage: c920ac71-906b-458d-b496-1b60540b58f3
This commit is contained in:
Fusion
2026-05-13 12:30:53 -07:00
committed by gsxdsm
parent 40d85421df
commit 719b6284db
3 changed files with 11 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ export const DEFAULT_GLOBAL_SETTINGS = {
"memory-dreams-processed",
],
ntfyDashboardHost: undefined,
failureNotificationDelayMs: 30000,
failureNotificationMode: "sticky-only",
webhookEnabled: false,
webhookUrl: undefined,
webhookFormat: "generic",