diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-29 16:25:27 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-29 16:25:27 -0700 |
commit | fd915138322b920036a2a21c56fdfb6a56749303 (patch) | |
tree | 4a2db27ad854ed0751e2db9e9afd56310537361a /install/htconfig.sample.php | |
parent | 4fcfcc81172ebdfa4a27d3bca94bffe97356f600 (diff) | |
download | volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.tar.gz volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.tar.bz2 volse-hubzilla-fd915138322b920036a2a21c56fdfb6a56749303.zip |
more deprecate server_role
Diffstat (limited to 'install/htconfig.sample.php')
-rwxr-xr-x | install/htconfig.sample.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php index f37b3dc79..07725e3f4 100755 --- a/install/htconfig.sample.php +++ b/install/htconfig.sample.php @@ -44,14 +44,6 @@ App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = 'if the auto install failed, put a unique random string here'; -// 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, but removes cross-platform federation/emulation - -App::$config['system']['server_role'] = 'standard'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to |