mirror of
https://github.com/friendica/friendica
synced 2024-11-19 14:23:42 +00:00
Fix Vagrant config values
This commit is contained in:
parent
0eb72ae1d6
commit
16f845d7fc
1 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue