mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:14:03 +00:00
Change Postgres port
This commit is contained in:
parent
28f8e3854a
commit
18b47fb4d0
3 changed files with 7 additions and 7 deletions
|
|
@ -88,7 +88,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
'driver' => 'pgsql',
|
||||
'url' => env('DATABASE_URL'),
|
||||
'host' => 'postgres',
|
||||
'port' => '5434',
|
||||
'port' => '5433',
|
||||
'database' => 'main',
|
||||
'username' => 'postgres',
|
||||
'password' => 'postgres',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue