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 [ return [
'database' => [ 'database' => [
'hostname' => 'localhost', 'hostname' => 'localhost',
'username' => 'mysqlusername', 'username' => 'friendica',
'password' => 'mysqlpassword', 'password' => 'friendica',
'database' => 'mysqldatabasename', 'database' => 'friendica',
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
], ],