1
0
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:
Dan Brown
2021-03-21 17:42:10 +00:00
parent 371033a0f2
commit 43c2fc3c37
5 changed files with 22 additions and 10 deletions

View File

@ -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'),