aboutsummaryrefslogtreecommitdiffstats
path: root/install/htconfig.sample.php
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2015-01-30 19:37:25 -0800
committerHabeas Codice <habeascodice@federated.social>2015-01-30 19:37:25 -0800
commit3e5226adc70838c784a0b208de25fffde37a6679 (patch)
tree71822ee206098d76bae7f84e3820cd0b44b0816f /install/htconfig.sample.php
parent5d2ab4a4fc60229c923a15e82df62c5ca172459b (diff)
downloadvolse-hubzilla-3e5226adc70838c784a0b208de25fffde37a6679.tar.gz
volse-hubzilla-3e5226adc70838c784a0b208de25fffde37a6679.tar.bz2
volse-hubzilla-3e5226adc70838c784a0b208de25fffde37a6679.zip
Add more detail about directory_mode settings to default config and docs
Diffstat (limited to 'install/htconfig.sample.php')
-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;