Add auth_cookie_lifetime variable to installation config template
This commit is contained in:
parent
270d604a6e
commit
e08228ca09
|
@ -99,3 +99,6 @@ $a->config['system']['no_regfullname'] = true;
|
|||
|
||||
// Location of the global directory
|
||||
$a->config['system']['directory'] = 'http://dir.friendi.ca';
|
||||
|
||||
// Authentication cookie lifetime, in days
|
||||
$a->config['system']['auth_cookie_lifetime'] = 7;
|
||||
|
|
Loading…
Reference in a new issue