Skip to content
Snippets Groups Projects
Verified Commit ddfb988d authored by Vincent Sellier's avatar Vincent Sellier
Browse files

counters: Match the default configuration to the real production url

Useful for the dev environments (a connection to the vpn is needed)
parent c5259fce
No related branches found
Tags v0.0.395
No related merge requests found
......@@ -117,7 +117,10 @@ DEFAULT_CONFIG = {
"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": ""}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment