mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 07:49:27 +00:00
Update database
This commit is contained in:
parent
46fb9b7a3d
commit
e73f5a2b15
@ -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_");
|
||||||
|
Loading…
Reference in New Issue
Block a user