From 39519dbfffcc7ca16f3b99f6fbdfa223420c88bd Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:20:15 -0400 Subject: [PATCH] enable leaderboard for testing --- config/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.json b/config/config.json index b78a312f..6665c738 100644 --- a/config/config.json +++ b/config/config.json @@ -5,10 +5,10 @@ "start_time": "07:00", "end_time": "23:00" }, - "timezone": "America/Chicago", + "timezone": "America/New_York", "location": { - "city": "Dallas", - "state": "Texas", + "city": "Tampa", + "state": "Florida", "country": "US" }, "display": { @@ -154,10 +154,10 @@ "duration_buffer": 0.1 }, "leaderboard": { - "enabled": false, + "enabled": true, "enabled_sports": { "nfl": { - "enabled": false, + "enabled": true, "top_teams": 10 }, "nba": { @@ -169,7 +169,7 @@ "top_teams": 10 }, "ncaa_fb": { - "enabled": false, + "enabled": true, "top_teams": 25 }, "nhl": {