feat: enable better repo searching
This commit is contained in:
parent
5f5e54efd6
commit
e5554963d1
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ in {
|
||||||
DEFAULT_ACTIONS_URL = "github";
|
DEFAULT_ACTIONS_URL = "github";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
indexer = {
|
||||||
|
# Will consume more disk space, but we have plenty of that
|
||||||
|
REPO_INDEXER_ENABLED = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Allow for signing off merge requests
|
# Allow for signing off merge requests
|
||||||
# "repository.signing" = {
|
# "repository.signing" = {
|
||||||
# SIGNING_KEY = "5B2DED0FE9F8627A";
|
# SIGNING_KEY = "5B2DED0FE9F8627A";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue