X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fhtconfig.tpl;h=6a156012a282e533a085cca66dca52e48e21c50f;hb=fec2f8fd8259db66d5dcf700e8e855acad596d1b;hp=f8a6bc1c90f4cdc500cbc8ddc856bb9c9e2904e1;hpb=3e51ebd4995ee85220132ce1019fd1f712901679;p=friendica.git diff --git a/view/templates/htconfig.tpl b/view/templates/htconfig.tpl index f8a6bc1c90..6a156012a2 100644 --- a/view/templates/htconfig.tpl +++ b/view/templates/htconfig.tpl @@ -1,21 +1,23 @@ config['system']['db_charset'] = "utf8mb4"; @@ -43,7 +45,7 @@ $a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', * Changes made below will only have an effect if the database does * not contain any configuration for the friendica system. * *********************************************************************/ - + // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". // It can be changed later and only applies to timestamps for anonymous viewers. @@ -98,4 +100,7 @@ $a->config['system']['no_regfullname'] = true; //$a->config['system']['block_local_dir'] = false; // Location of the global directory -$a->config['system']['directory'] = 'http://dir.friendi.ca'; +$a->config['system']['directory'] = 'http://dir.friendica.social'; + +// Authentication cookie lifetime, in days +$a->config['system']['auth_cookie_lifetime'] = 7;