From 83f76dbdcef55a35bb0161ef0a8f1680cae45749 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:24:14 -0400 Subject: [PATCH] Update config.template.json Disable all managers except clock by default for template Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com> --- config/config.template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.template.json b/config/config.template.json index 3ef1b5b5..eaca232c 100644 --- a/config/config.template.json +++ b/config/config.template.json @@ -130,7 +130,7 @@ "duration_buffer": 0.1 }, "odds_ticker": { - "enabled": true, + "enabled": false, "show_favorite_teams_only": true, "games_per_favorite_team": 1, "max_games_per_league": 5, @@ -401,7 +401,7 @@ } }, "ncaam_hockey_scoreboard": { - "enabled": true, + "enabled": false, "live_priority": true, "live_game_duration": 20, "show_odds": true,