diff --git a/util/local.config.vagrant.php b/util/local.config.vagrant.php index 8eebb679a9..099500200d 100644 --- a/util/local.config.vagrant.php +++ b/util/local.config.vagrant.php @@ -16,9 +16,9 @@ return [ 'database' => [ 'hostname' => 'localhost', - 'username' => 'mysqlusername', - 'password' => 'mysqlpassword', - 'database' => 'mysqldatabasename', + 'username' => 'friendica', + 'password' => 'friendica', + 'database' => 'friendica', 'charset' => 'utf8mb4', ],