mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:54:05 +00:00
mssql host
This commit is contained in:
parent
00dd9764ff
commit
866c4e34c2
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ 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.sqlsrv.host' => env('TENANCY_TEST_MSSQL_HOST', '127.0.0.1'),
|
||||
'database.connections.pgsql.host' => env('TENANCY_TEST_PGSQL_HOST', '127.0.0.1'),
|
||||
'tenancy.filesystem.disks' => [
|
||||
'local',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue