mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 10:30:02 +08:00
Updated database config to be codeship compatible
This commit is contained in:
parent
1b46c19849
commit
3385ec3f78
|
@ -84,8 +84,8 @@ return [
|
|||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'bookstack-test',
|
||||
'username' => 'bookstack-test',
|
||||
'password' => 'bookstack-test',
|
||||
'username' => env('MYSQL_USER', 'bookstack-test'),
|
||||
'password' => env('MYSQL_PASSWORD', 'bookstack-test'),
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'prefix' => '',
|
||||
|
|
Loading…
Reference in New Issue
Block a user