1
0
Fork 0

hosts/web-2: Enable repo indexing in gitea

This commit is contained in:
clerie 2024-04-28 10:13:49 +02:00
parent 27d4fcd864
commit 67e3aa4ac1
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@
session = {
COOKIE_SECURE = true;
};
indexer = {
REPO_INDEXER_ENABLED = true;
};
};
};