Server/forgejo: enable repo indexer
This commit is contained in:
parent
f83298f632
commit
dca3d05aec
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ in {
|
|||
DEFAULT_PUSH_CREATE_PRIVATE = true;
|
||||
DEFAULT_BRANCH = "main";
|
||||
};
|
||||
indexer = {
|
||||
REPO_INDEXER_ENABLED = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue