Up Gitea session lifetime to a week
This commit is contained in:
parent
b807fa6703
commit
741d6a7d95
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue