aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-08-22 19:45:21 -0700
committerredmatrix <git@macgirvin.com>2016-08-22 19:45:21 -0700
commit1e6a491400eaa01aeb2991d4b38e0255499d8b67 (patch)
treec11fa1b60a145bbb220111dfd70c67316b21d998
parent38ca3bac405b339367b513037428f796c433819a (diff)
downloadvolse-hubzilla-1e6a491400eaa01aeb2991d4b38e0255499d8b67.tar.gz
volse-hubzilla-1e6a491400eaa01aeb2991d4b38e0255499d8b67.tar.bz2
volse-hubzilla-1e6a491400eaa01aeb2991d4b38e0255499d8b67.zip
change default server role
-rwxr-xr-xinstall/htconfig.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php
index e5c743ac1..f37b3dc79 100755
--- a/install/htconfig.sample.php
+++ b/install/htconfig.sample.php
@@ -47,9 +47,9 @@ App::$config['system']['location_hash'] = 'if the auto install failed, put a uni
// Choices are 'basic', 'standard', and 'pro'.
// basic sets up the sevrer for basic social networking and removes "complicated" features
// standard provides most desired features except e-commerce
-// pro gives you access to everything
+// pro gives you access to everything, but removes cross-platform federation/emulation
-App::$config['system']['server_role'] = 'pro';
+App::$config['system']['server_role'] = 'standard';
// These lines set additional security headers to be sent with all responses