mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 05:24:04 +00:00
Merge branch '1.x' into postgres
This commit is contained in:
commit
11b4591cbc
2 changed files with 6 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
'database.connections.sqlite.database' => ':memory:',
|
||||
'database.connections.mysql.host' => env('TENANCY_TEST_MYSQL_HOST', '127.0.0.1'),
|
||||
'database.connections.pgsql.host' => env('TENANCY_TEST_PGSQL_HOST', '127.0.0.1'),
|
||||
// 'database.connections.pgsql.username' => 'pgsqluser',
|
||||
'tenancy.filesystem.disks' => [
|
||||
'local',
|
||||
'public',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue