diff options
Diffstat (limited to 'view/en')
-rw-r--r-- | view/en/htconfig.tpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index a270951b2..042c89797 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -28,16 +28,17 @@ $db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres App::$config['system']['timezone'] = '{{$timezone}}'; -// What is your site name? DO NOT ADD A TRAILING SLASH! +// What is your site url? DO NOT ADD A TRAILING SLASH! App::$config['system']['baseurl'] = '{{$siteurl}}'; 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}}'; @@ -109,7 +110,7 @@ App::$config['system']['theme'] = 'redbasic'; // PHP error logging setup // Before doing this ensure that the webserver has permission -// to create and write to php.out in the top level Red directory, +// to create and write to php.out in the top level web directory, // or change the name (below) to a file/path where this is allowed. // Uncomment the following 4 lines to turn on PHP error logging. |