services/forgejo: increase session lifetime to 30 days
This commit is contained in:
parent
c181ac4633
commit
c78ddc7f9d
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||
};
|
||||
session = {
|
||||
SESSION_LIFE_TIME = 86400 * 30;
|
||||
};
|
||||
federation.ENABLED = true;
|
||||
};
|
||||
repositoryRoot = "/storage-box/forgejo/repos";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue