mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Updated dev-docker setup to not alter phpunit.xml
Tested on my machine via fresh dev instance with tests passing. May need old users to drop their old volume data.
This commit is contained in:
@ -81,7 +81,7 @@ return [
|
||||
'mysql_testing' => [
|
||||
'driver' => 'mysql',
|
||||
'url' => env('TEST_DATABASE_URL'),
|
||||
'host' => $mysql_host,
|
||||
'host' => '127.0.0.1',
|
||||
'database' => 'bookstack-test',
|
||||
'username' => env('MYSQL_USER', 'bookstack-test'),
|
||||
'password' => env('MYSQL_PASSWORD', 'bookstack-test'),
|
||||
|
Reference in New Issue
Block a user