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