diff --git a/index.php b/index.php index a91f19a..fe8bd9f 100644 --- a/index.php +++ b/index.php @@ -13,8 +13,8 @@ $SETTINGS = [ "database_type" => "mysql", "database_name" => "address_autocomplete", "server" => "localhost", - "username" => "root", - "password" => "", + "username" => "address_autocomplete", + "password" => "address_autocomplete", "charset" => "utf8" ], "memcached" => [