]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
add SUP link to User RSS
[quix0rs-gnu-social.git] / config.php.sample
index f0394b1ba44d7677abc7945f2d376ff0c37d7f00..d976b523b5f9de5cd742a7ece165153bb5c1dc8e 100644 (file)
@@ -26,6 +26,8 @@ $config['site']['path'] = 'laconica';
 #If you don't want to let users register (say, for a one-person install)
 #Crude but effective -- register everybody, then lock down
 #$config['site']['closed'] = true;
+#Only allow registration for people invited by another user
+#$config['site']['inviteonly'] = true;
 
 # If you want logging sent to a file instead of syslog
 #$config['site']['logfile'] = '/tmp/laconica.log';