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( $config->set("mysql", array(
"host" => "localhost", "host" => "localhost",
"database" => "comunic", "database" => "comunic",
"user" => "root", "user" => "pierre",
"password" => "root" "password" => "pierre"
)); ));
/** /**
@ -42,4 +42,4 @@ $config->set("mysql", array(
* *
* For new tables only * For new tables only
*/ */
$config->set("dbprefix", "comunic_"); $config->set("dbprefix", "comunic_");