mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:24:04 +00:00
Try setting pgsql db to null
This commit is contained in:
parent
657e9784a5
commit
6ecf3777fa
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
'suffix' => '.sqlite',
|
'suffix' => '.sqlite',
|
||||||
],
|
],
|
||||||
'database.connections.sqlite.database' => ':memory:',
|
'database.connections.sqlite.database' => ':memory:',
|
||||||
|
'database.connections.pgsql.database' => null,
|
||||||
'database.connections.pgsql.username' => 'postgres',
|
'database.connections.pgsql.username' => 'postgres',
|
||||||
'tenancy.filesystem.disks' => [
|
'tenancy.filesystem.disks' => [
|
||||||
'local',
|
'local',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue