From 44476248c3448381932f182c29aefb410da51ee4 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Tue, 3 Mar 2026 16:09:39 -0500 Subject: [PATCH] chore: config.ini now added to git ignore. See config template for schema --- config.ini | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 config.ini diff --git a/config.ini b/config.ini deleted file mode 100644 index 3037099..0000000 --- a/config.ini +++ /dev/null @@ -1,34 +0,0 @@ -[emitter] - -# --- API Heartbeat Settings --- -API_ENABLED = true -API_URL = http://10.0.0.40:8001/api/series3/heartbeat -API_INTERVAL_SECONDS = 300 -SOURCE_ID = dl2-series3 -SOURCE_TYPE = series3_emitter - -# Paths -SERIES3_PATH = C:\Blastware 10\Event\autocall home -MAX_EVENT_AGE_DAYS = 365 - - -# Scanning -SCAN_INTERVAL_SECONDS = 30 -OK_HOURS = 12 -MISSING_HOURS = 24 - -# Logging -ENABLE_LOGGING = True -LOG_FILE = C:\SeismoEmitter\emitter_logs\series3_emitter.log -LOG_RETENTION_DAYS = 30 - -# Console colors -COLORIZE = FALSE - -# .MLG parsing -MLG_HEADER_BYTES = 2048 ; used for unit-id extraction - -# Deep sniff -DEEP_SNIFF = True ; toggle deep sniff on/off -SNIFF_BYTES = 65536 ; max bytes to scan for Notes/Cal -