Changeset View
Changeset View
Standalone View
Standalone View
swh/web/config.py
Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | DEFAULT_CONFIG = { | ||||
"deposit": ( | "deposit": ( | ||||
"dict", | "dict", | ||||
{ | { | ||||
"private_api_url": "https://deposit.softwareheritage.org/1/private/", | "private_api_url": "https://deposit.softwareheritage.org/1/private/", | ||||
"private_api_user": "swhworker", | "private_api_user": "swhworker", | ||||
"private_api_password": "", | "private_api_password": "", | ||||
}, | }, | ||||
), | ), | ||||
"coverage_count_origins": ("bool", False), | |||||
"e2e_tests_mode": ("bool", False), | "e2e_tests_mode": ("bool", False), | ||||
"es_workers_index_url": ("string", ""), | "es_workers_index_url": ("string", ""), | ||||
"history_counters_url": ( | "history_counters_url": ( | ||||
"string", | "string", | ||||
"https://stats.export.softwareheritage.org/history_counters.json", | "https://stats.export.softwareheritage.org/history_counters.json", | ||||
), | ), | ||||
"client_config": ("dict", {}), | "client_config": ("dict", {}), | ||||
"keycloak": ("dict", {"server_url": "", "realm_name": ""}), | "keycloak": ("dict", {"server_url": "", "realm_name": ""}), | ||||
▲ Show 20 Lines • Show All 95 Lines • Show Last 20 Lines |