]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
update README
[quix0rs-gnu-social.git] / config.php.sample
index 202953a647512e0598ff0e7594065ffe10215a2a..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';
@@ -34,7 +36,7 @@ $config['site']['path'] = 'laconica';
 # Set it to match your actual database
 
 $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
-#$config['db']['ini_your_db_name'] = $config['db']['schema_location'].'/stoica.ini';
+#$config['db']['ini_your_db_name'] = $config['db']['schema_location'].'/laconica.ini';
 # *** WARNING *** WARNING *** WARNING *** WARNING ***
 # Setting debug to a non-zero value will expose your DATABASE PASSWORD to Web users.
 # !!!!!! DO NOT SET THIS ON PRODUCTION SERVERS !!!!!! DB_DataObject's bug, btw, not