diff --git a/server/SHServ/config.php b/server/SHServ/config.php index d9baa6c..e5cc0ca 100644 --- a/server/SHServ/config.php +++ b/server/SHServ/config.php @@ -7,10 +7,10 @@ "db" => [ "dblib" => "mysql", "host" => "localhost", - "dbname" => "smart-home-server", + "dbname" => "shome", "charset" => "utf8", - "user" => "eugene", - "password" => "root" + "user" => "u_shome", + "password" => "halloween" ], "app_file" => "App.php", "templates_folder" => "Templates", @@ -26,4 +26,4 @@ ], "device_ip_range" => [ "192.168.2.2", "192.168.2.254" ] -]; \ No newline at end of file +];