diff --git a/swh/web/config.py b/swh/web/config.py --- a/swh/web/config.py +++ b/swh/web/config.py @@ -117,7 +117,10 @@ "es_workers_index_url": ("string", ""), "history_counters_url": ( "string", - "https://stats.export.softwareheritage.org/history_counters.json", + ( + "http://counters1.internal.softwareheritage.org:5011" + "/counters_history/history.json" + ), ), "client_config": ("dict", {}), "keycloak": ("dict", {"server_url": "", "realm_name": ""}),