]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change stoica.ini to laconica.ini in config.php.sample
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 19:46:11 +0000 (15:46 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 19:46:11 +0000 (15:46 -0400)
darcs-hash:20081004194611-5ed1f-7731a6105f0501ef8cbaf866c52eb9a051e51d9e.gz

config.php.sample

index 202953a647512e0598ff0e7594065ffe10215a2a..f0394b1ba44d7677abc7945f2d376ff0c37d7f00 100644 (file)
@@ -34,7 +34,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