]> git.mxchange.org Git - friendica.git/blobdiff - doc/Settings.md
Merge pull request #2032 from fabrixxm/cron_update_suggestions
[friendica.git] / doc / Settings.md
index fee8ec1c53c26ce653344239ca25e30da654dbc6..ae7d916078c8017a2d7243ebbf1ab097a88e335d 100644 (file)
@@ -198,9 +198,9 @@ Config:
 
 This configures the URL to update the global directory, and is supplied in the default configuration.
 The undocumented part is that if this is not set, the global directory is completely unavailable to the application.
-This allows a private community to be completely isolated from the global mistpark network. 
+This allows a private community to be completely isolated from the global network. 
 
-       $a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit';
+       $a->config['system']['directory'] = 'http://dir.friendi.ca';
 
 Developer Settings
 ---