Enable Forgejo indexer

This commit is contained in:
Gabriel Simmer 2023-09-25 10:49:56 +01:00
parent 7ecb18c85c
commit f95e5323fb
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -346,6 +346,9 @@
CRUD_ACTIONS = "always"; CRUD_ACTIONS = "always";
MERGES = "always"; MERGES = "always";
}; };
indexer = {
REPO_INDEXER_ENABLED = true;
};
}; };
}; };
gitea-actions-runner = { gitea-actions-runner = {