Add auth_cookie_lifetime variable to installation config template

This commit is contained in:
Sandro Santilli 2017-04-21 17:19:58 +02:00
parent 270d604a6e
commit e08228ca09
1 changed files with 3 additions and 0 deletions

View File

@ -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;