disable repo archive download
This commit is contained in:
parent
cfc0afdec8
commit
d3b458f2aa
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ in
|
|||
DEFAULT_USER_VISIBILITY = "private";
|
||||
DEFAULT_ORG_VISIBILITY = "private";
|
||||
};
|
||||
repository = {
|
||||
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true;
|
||||
};
|
||||
"service.explore" = {
|
||||
DISABLE_USERS_PAGE = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue