enable leaderboard for testing

This commit is contained in:
Chuck
2025-09-10 13:20:15 -04:00
parent 61a56560f3
commit 39519dbfff

View File

@@ -5,10 +5,10 @@
"start_time": "07:00", "start_time": "07:00",
"end_time": "23:00" "end_time": "23:00"
}, },
"timezone": "America/Chicago", "timezone": "America/New_York",
"location": { "location": {
"city": "Dallas", "city": "Tampa",
"state": "Texas", "state": "Florida",
"country": "US" "country": "US"
}, },
"display": { "display": {
@@ -154,10 +154,10 @@
"duration_buffer": 0.1 "duration_buffer": 0.1
}, },
"leaderboard": { "leaderboard": {
"enabled": false, "enabled": true,
"enabled_sports": { "enabled_sports": {
"nfl": { "nfl": {
"enabled": false, "enabled": true,
"top_teams": 10 "top_teams": 10
}, },
"nba": { "nba": {
@@ -169,7 +169,7 @@
"top_teams": 10 "top_teams": 10
}, },
"ncaa_fb": { "ncaa_fb": {
"enabled": false, "enabled": true,
"top_teams": 25 "top_teams": 25
}, },
"nhl": { "nhl": {