mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-21 00:23:58 +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…
x
Reference in New Issue
Block a user