Provide better explanation of server_roles in the config template

This commit is contained in:
zotlabs 2016-10-09 21:01:41 -07:00
parent 02c72e59fa
commit 50f579d301

View File

@ -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}}';