disable repo archive download

This commit is contained in:
Jalil Arfaoui 2025-02-04 23:52:13 +01:00
parent cfc0afdec8
commit d3b458f2aa

View file

@ -60,6 +60,9 @@ in
DEFAULT_USER_VISIBILITY = "private"; DEFAULT_USER_VISIBILITY = "private";
DEFAULT_ORG_VISIBILITY = "private"; DEFAULT_ORG_VISIBILITY = "private";
}; };
repository = {
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true;
};
"service.explore" = { "service.explore" = {
DISABLE_USERS_PAGE = true; DISABLE_USERS_PAGE = true;
}; };