master
Kubwa 2020-11-28 11:56:40 +01:00
parent 9506b105b2
commit c402c32d8b
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
//Config for mysql server
"mysql" => array(
"server" => "127.0.0.1",
"user" => "root",
"pass" => "***",
"user" => "VisitorBoard",
"pass" => "Password",
"db" => "visitorboard"
)
);