Up Gitea session lifetime to a week
This commit is contained in:
parent
b807fa6703
commit
741d6a7d95
|
@ -37,6 +37,9 @@
|
|||
"security" = {
|
||||
INSTALL_LOCK = true;
|
||||
};
|
||||
"session" = {
|
||||
SESSION_LIFE_TIME = 86400 * 7; # 1 week
|
||||
};
|
||||
"picture" = {
|
||||
DISABLE_GRAVATAR = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue