forgejo: use redis for caching
All checks were successful
/ check (push) Successful in 32s
All checks were successful
/ check (push) Successful in 32s
This commit is contained in:
parent
0043ad480b
commit
b492d1be58
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue