aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/htconfig.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r--view/en/htconfig.tpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index de595685e..f35d3292d 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -42,10 +42,13 @@ $a->config['system']['maximagesize'] = 800000;
$a->config['system']['php_path'] = '$phpath';
-// Location of global directory submission page.
+// Configure how we communicate with directory servers.
+// DIRECTORY_MODE_NORMAL = directory client, we will find a directory
+// DIRECTORY_MODE_SECONDARY = caching directory or mirror
+// DIRECTORY_MODE_PRIMARY = main directory server
+// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services
-$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit';
-$a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search=';
+$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;
// default system theme