{
    "api": {
        "provider": "thesportsdb",
        "base_url": "https://www.thesportsdb.com/api/v1/json",
        "api_key": "484354",
        "timeout": 10,
        "connect_timeout": 6,
        "retries": 2,
        "retry_delay_ms": 350,
        "user_agent": "THEFULL-TV/1.0 (jogos-cache)"
    },
    "leagues": [
        {
            "nome": "Brasileirão",
            "id": 4328,
            "limit": 3
        },
        {
            "nome": "La Liga",
            "id": 4335,
            "limit": 3
        },
        {
            "nome": "Premier League",
            "id": 4334,
            "limit": 3
        },
        {
            "nome": "Champions League",
            "id": 4387,
            "limit": 3
        },
        {
            "nome": "Europa League",
            "id": 4388,
            "limit": 3
        }
    ],
    "cache": {
        "enabled": true,
        "json_file": "/var/www/api-uni.aszmult.com/jogos-hj/jogos_do_dia.json",
        "date_file": "/var/www/api-uni.aszmult.com/jogos-hj/data_jogos.txt",
        "log_file": "/var/www/api-uni.aszmult.com/jogos-hj/gerar_jogos.log",
        "ttl_hours": 6,
        "force_refresh_param": "force_jogos"
    },
    "limits": {
        "max_games_total": 60,
        "min_required": 1
    },
    "filters": {
        "only_with_badges": false,
        "only_with_teams": true,
        "only_with_time": false
    },
    "output": {
        "timezone": "America/Sao_Paulo",
        "keep_fields": [
            "campeonato",
            "time_casa",
            "time_fora",
            "imagem_casa",
            "imagem_fora",
            "hora_jogo",
            "data_jogo",
            "link_jogo"
        ]
    }
}