Provide better explanation of server_roles in the config template
This commit is contained in:
parent
02c72e59fa
commit
50f579d301
@ -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}}';
|
||||
|
||||
|
Reference in New Issue
Block a user