aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-31 14:53:11 -0800
committerfriendica <info@friendica.com>2015-01-31 14:53:11 -0800
commitacac58fba0cc5fa82cb1b74f536ba602dd237238 (patch)
treea87a9a0c32596dbf089b8b4b80bfd810e2a5a606 /install
parenta7e5c7ce64f3649cafba48f4c89135dae52a5ca4 (diff)
parent3e5226adc70838c784a0b208de25fffde37a6679 (diff)
downloadvolse-hubzilla-acac58fba0cc5fa82cb1b74f536ba602dd237238.tar.gz
volse-hubzilla-acac58fba0cc5fa82cb1b74f536ba602dd237238.tar.bz2
volse-hubzilla-acac58fba0cc5fa82cb1b74f536ba602dd237238.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'install')
-rwxr-xr-xinstall/htconfig.sample.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php
index b23dfe3b6..25ac2df7c 100755
--- a/install/htconfig.sample.php
+++ b/install/htconfig.sample.php
@@ -64,10 +64,10 @@ $a->config['system']['php_path'] = 'php';
// 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
+// DIRECTORY_MODE_NORMAL = directory client, we will find a directory (all of your member's queries will be directed elsewhere)
+// DIRECTORY_MODE_SECONDARY = caching directory or mirror (keeps in sync with realm primary [adds significant cron execution time])
+// DIRECTORY_MODE_PRIMARY = main directory server (you do not want this unless you are operating your own realm. one per realm.)
+// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services (only local site members in directory)
$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;