X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhtconfig.tpl;h=f9771c88da79438fadc17aac3cd142632f09c645;hb=3b4f5f98f80b2f93304786b5bfd5faec91572a15;hp=f8a6bc1c90f4cdc500cbc8ddc856bb9c9e2904e1;hpb=291906de5f3074407253241e5ccbb5af633e0c22;p=friendica.git diff --git a/view/templates/htconfig.tpl b/view/templates/htconfig.tpl index f8a6bc1c90..f9771c88da 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. @@ -75,10 +77,6 @@ $a->config['max_import_size'] = 200000; $a->config['system']['maximagesize'] = 800000; -// PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts - -$a->config['system']['huburl'] = '[internal]'; - // Server-to-server private message encryption (RINO) is allowed by default. // Encryption will only be provided if this setting is set to a non zero value // set to 0 to disable, 2 to enable, 1 is deprecated @@ -98,4 +96,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;