forgejo: enable repo indexer
This commit is contained in:
parent
aac6f5dab8
commit
e6dd3fffdd
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
};
|
};
|
||||||
actions.ENABLED = false;
|
actions.ENABLED = false;
|
||||||
repository.ENABLE_PUSH_CREATE_USER = true;
|
repository.ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
indexer.REPO_INDEXER_ENABLED = true;
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
|
|
Loading…
Add table
Reference in a new issue