From 50f579d3019a2469f455851effda834edd2e573d Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 9 Oct 2016 21:01:41 -0700 Subject: Provide better explanation of server_roles in the config template --- view/en/htconfig.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view/en') 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}}'; -- cgit v1.2.3