Update database

This commit is contained in:
Pierre HUBERT 2018-06-29 14:57:06 +02:00
parent 46fb9b7a3d
commit e73f5a2b15

View File

@ -33,8 +33,8 @@ $config->set("storage_path", "/home/pierre/Documents/projets_web/comunic/current
$config->set("mysql", array(
"host" => "localhost",
"database" => "comunic",
"user" => "root",
"password" => "root"
"user" => "pierre",
"password" => "pierre"
));
/**