forgejo: use redis for caching
All checks were successful
/ check (push) Successful in 32s

This commit is contained in:
notohh 2023-10-07 20:43:04 -04:00
parent 0043ad480b
commit b492d1be58
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -36,6 +36,11 @@
USER = "forgejo";
PASSWD = "forgejo";
};
cache = {
ENABLED = true;
ADAPTER = lib.mkForce "redis";
HOST = "redis://:forgejo@100.94.214.100:6379";
};
metrics = {
ENABLED = true;
ENABLED_ISSUE_BY_REPOSITORY = true;