aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-09 21:01:41 -0700
committerzotlabs <mike@macgirvin.com>2016-10-09 21:01:41 -0700
commit50f579d3019a2469f455851effda834edd2e573d (patch)
treefd9d3badef58a0f36721f8d15007a6772849bfd3 /view/en
parent02c72e59faef6d6305bf43d7df34af70de73c02a (diff)
downloadvolse-hubzilla-50f579d3019a2469f455851effda834edd2e573d.tar.gz
volse-hubzilla-50f579d3019a2469f455851effda834edd2e573d.tar.bz2
volse-hubzilla-50f579d3019a2469f455851effda834edd2e573d.zip
Provide better explanation of server_roles in the config template
Diffstat (limited to 'view/en')
-rw-r--r--view/en/htconfig.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index a270951b2..a198144ed 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -35,9 +35,10 @@ App::$config['system']['sitename'] = "Hubzilla";
App::$config['system']['location_hash'] = '{{$site_id}}';
// Choices are 'basic', 'standard', and 'pro'.
-// basic sets up the sevrer for basic social networking and removes "complicated" features
+// basic sets up the server for basic social networking and removes "complicated" features
// standard provides most desired features except e-commerce
-// pro gives you access to everything
+// pro disables protocol federation plugins and only supports the zot protocol
+// if you are in doubt or are unsure, it is strongly advised that you select 'standard'.
App::$config['system']['server_role'] = '{{$server_role}}';