Fix Vagrant config values

This commit is contained in:
Hypolite Petovan 2018-11-27 02:44:32 -05:00
parent 0eb72ae1d6
commit 16f845d7fc
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@
return [
'database' => [
'hostname' => 'localhost',
'username' => 'mysqlusername',
'password' => 'mysqlpassword',
'database' => 'mysqldatabasename',
'username' => 'friendica',
'password' => 'friendica',
'database' => 'friendica',
'charset' => 'utf8mb4',
],