X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=htconfig.php;h=f9b50cd4c4d44ccf71de603d1308ab41eefae86f;hb=b14b44e8a8334aa6878ea10c69c8286bf8ea72b5;hp=fe5a17520b4c3f15f942a12045e947f5120035fe;hpb=5d3bf9307f9ed2e4e0135089c15f5cf894ef731c;p=friendica.git diff --git a/htconfig.php b/htconfig.php index fe5a17520b..f9b50cd4c4 100644 --- a/htconfig.php +++ b/htconfig.php @@ -87,7 +87,10 @@ $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'] = 'https://dir.friendica.social'; // Allowed protocols in link URLs; HTTP protocols always are accepted $a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher'); + +// Authentication cookie lifetime, in days +$a->config['system']['auth_cookie_lifetime'] = 7;