mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
nextcloud
This commit is contained in:
parent
bdafb60c47
commit
c09861e498
1 changed files with 3 additions and 4 deletions
|
|
@ -59,11 +59,10 @@ in
|
|||
dbpassFile = dbPassFilePath;
|
||||
adminuser = "death916";
|
||||
adminpassFile = adminPassFilePath;
|
||||
# Session lifetime for 30 days (2,592,000 seconds)
|
||||
session_lifetime = 2592000;
|
||||
# "Remember me" cookie lifetime for 90 days (7,776,000 seconds)
|
||||
# Keep session alive with heartbeats
|
||||
};
|
||||
extraOptions = {
|
||||
session_keepalive = true;
|
||||
remember_login_cookie_lifetime = 7776000; # 90 days in seconds
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue