]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
add hooks to allow loading custom help documentation
[quix0rs-gnu-social.git] / config.php.sample
index 8b4b777f2206218abfa02ed560e817af0b094625..7877df71639469ea84997fceba80c1336e122b64 100644 (file)
@@ -38,8 +38,6 @@ $config['site']['path'] = 'laconica';
 // $config['site']['closed'] = true;
 // Only allow registration for people invited by another user
 // $config['site']['inviteonly'] = true;
-// Only allow registrations and logins through OpenID
-// $config['site']['openidonly'] = true;
 // Make the site invisible to  non-logged-in users
 // $config['site']['private'] = true;
 
@@ -258,5 +256,6 @@ $config['sphinx']['port'] = 3312;
 // $config['attachments']['user_quota'] = 50000000;
 // $config['attachments']['monthly_quota'] = 15000000;
 // $config['attachments']['uploads'] = true;
+// $config['attachments']['path'] = "/file/";
 
 // $config['oohembed']['endpoint'] = 'http://oohembed.com/oohembed/';