1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:34:04 +00:00

Add PGSQL username to test env setup

This commit is contained in:
Samuel Štancl 2019-06-29 13:46:18 +02:00
parent 7a98f0874b
commit 657e9784a5

View file

@ -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.username' => 'postgres',
'tenancy.filesystem.disks' => [ 'tenancy.filesystem.disks' => [
'local', 'local',
'public', 'public',