mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:24:02 +00:00
Revert extra changes in docker-compose
This commit is contained in:
parent
aafb629bae
commit
9f4079e774
2 changed files with 3 additions and 6 deletions
|
|
@ -89,7 +89,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
'driver' => 'pgsql',
|
||||
'url' => env('DATABASE_URL'),
|
||||
'host' => 'postgres',
|
||||
'port' => '5433',
|
||||
'port' => '5432',
|
||||
'database' => 'main',
|
||||
'username' => 'postgres',
|
||||
'password' => 'postgres',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue