Change default directory URL

This commit is contained in:
Hypolite Petovan 2017-04-19 12:27:51 -04:00
parent d95acdeab8
commit 02a5d3fdb7
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,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'] = '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');