forked from emily/nixfiles
Add forgejo code indexer
This commit is contained in:
parent
6a8b02c799
commit
099d8255a2
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
DEFAULT.APP_NAME = "The dog girl Git";
|
DEFAULT.APP_NAME = "The dog girl Git";
|
||||||
federation.ENABLED = true;
|
federation.ENABLED = true;
|
||||||
log.LEVEL = "Info";
|
log.LEVEL = "Info";
|
||||||
|
indexer = {
|
||||||
|
REPO_INDEXER_ENABLED = true;
|
||||||
|
};
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
PROTOCOL = "smtp+starttls";
|
PROTOCOL = "smtp+starttls";
|
||||||
|
|
Loading…
Reference in a new issue