From 0650631103a0e602f901891e9a9ef03ed0f21cc2 Mon Sep 17 00:00:00 2001 From: eddieoz Date: Wed, 26 Nov 2025 20:50:31 +0200 Subject: [PATCH] chore: Remove config.yaml from version control It is a local configuration file and should not be tracked. sample-config.yaml is provided as a template. --- config.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 config.yaml diff --git a/config.yaml b/config.yaml deleted file mode 100644 index faef685..0000000 --- a/config.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration for Meshtastic Network Monitor - -# List of Node IDs to prioritize for active testing (Traceroute, etc.) -# Format: "!" -# priority_nodes: -# - "!ad2836c3" -# - "!51165eae" -# - "!cdabef97" -# - "!d75ae2a0" - -# Logging Level [warn|info|debug] -log_level: info - -# Auto-Discovery Settings (Used if priority_nodes is empty) -# Roles to prioritize for auto-discovery -auto_discovery_roles: - - ROUTER_LATE - - ROUTER - - CLIENT - -# Limit number of auto-discovered nodes -auto_discovery_limit: 5 - -# Reporting Settings -# Generate report after N full testing cycles -report_cycles: 1