1
1
Fork 0

Up Gitea session lifetime to a week

This commit is contained in:
Jaculabilis 2023-06-09 20:27:03 +00:00
parent b807fa6703
commit 741d6a7d95
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
"security" = { "security" = {
INSTALL_LOCK = true; INSTALL_LOCK = true;
}; };
"session" = {
SESSION_LIFE_TIME = 86400 * 7; # 1 week
};
"picture" = { "picture" = {
DISABLE_GRAVATAR = true; DISABLE_GRAVATAR = true;
}; };