X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhtconfig.tpl;h=6a156012a282e533a085cca66dca52e48e21c50f;hb=fec2f8fd8259db66d5dcf700e8e855acad596d1b;hp=03a70986becb7eb64a4121fd26e946edf85f5803;hpb=83cc56e71360c0e45f153576f8b5cbe45fd1786b;p=friendica.git diff --git a/view/templates/htconfig.tpl b/view/templates/htconfig.tpl index 03a70986be..6a156012a2 100644 --- a/view/templates/htconfig.tpl +++ b/view/templates/htconfig.tpl @@ -1,14 +1,16 @@ 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;