diff options
-rw-r--r-- | view/en/htconfig.tpl | 5 |
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}}'; |