Increase gitea session length
All checks were successful
Check Flake / check-flake (push) Successful in 2m17s
All checks were successful
Check Flake / check-flake (push) Successful in 2m17s
This commit is contained in:
parent
dc9f5e969a
commit
e8dd0cb5ff
@ -31,6 +31,9 @@ in
|
|||||||
};
|
};
|
||||||
session = {
|
session = {
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
|
PROVIDER = "db";
|
||||||
|
SESSION_LIFE_TIME = 259200; # 3 days
|
||||||
|
GC_INTERVAL_TIME = 259200; # 3 days
|
||||||
};
|
};
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user