1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-06 07:54:03 +00:00

Merge branch 'master' into add-log-bootstrapper

This commit is contained in:
Samuel Stancl 2026-06-30 20:45:33 -07:00 committed by GitHub
commit ce5b36372f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 859 additions and 93 deletions

View file

@ -133,7 +133,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
'cache.stores.apc' => ['driver' => 'apc'],
'database.connections.central' => [
'driver' => 'mysql',
'url' => env('DATABASE_URL'),
'url' => env('DB_URL'),
'host' => 'mysql',
'port' => env('DB_PORT', '3306'),
'database' => 'main',