Update default credentials
This commit is contained in:
parent
25a7610a93
commit
72ec81a21d
@ -13,8 +13,8 @@ $SETTINGS = [
|
|||||||
"database_type" => "mysql",
|
"database_type" => "mysql",
|
||||||
"database_name" => "address_autocomplete",
|
"database_name" => "address_autocomplete",
|
||||||
"server" => "localhost",
|
"server" => "localhost",
|
||||||
"username" => "root",
|
"username" => "address_autocomplete",
|
||||||
"password" => "",
|
"password" => "address_autocomplete",
|
||||||
"charset" => "utf8"
|
"charset" => "utf8"
|
||||||
],
|
],
|
||||||
"memcached" => [
|
"memcached" => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user