aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-25 17:34:03 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-25 17:34:03 -0800
commit41542e68864373c336ae3da8ffe0ed03d3e107a8 (patch)
tree6b4886b0652b9ab97b1e5c639d85b3761b7ced90 /view
parenta039869ba0410a35368e978ddfd638b344b17b40 (diff)
downloadvolse-hubzilla-41542e68864373c336ae3da8ffe0ed03d3e107a8.tar.gz
volse-hubzilla-41542e68864373c336ae3da8ffe0ed03d3e107a8.tar.bz2
volse-hubzilla-41542e68864373c336ae3da8ffe0ed03d3e107a8.zip
document that you probably shouldn't set a primary directory server in somebody else's realm.
Diffstat (limited to 'view')
-rw-r--r--view/en/htconfig.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index c6357b3a7..17ee7bfeb 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -81,7 +81,7 @@ $a->config['system']['php_path'] = '{{$phpath}}';
// 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_PRIMARY = master directory server - one per realm
// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services
$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;