mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 17:34:03 +00:00
Set default credentials
This commit is contained in:
parent
c4b1d1c6c4
commit
aec8d50b7d
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
'host' => 'postgres',
|
'host' => 'postgres',
|
||||||
'port' => env('POSTGRES_PORT', '5432'),
|
'port' => env('POSTGRES_PORT', '5432'),
|
||||||
'database' => env('POSTGRES_DB', 'main'),
|
'database' => env('POSTGRES_DB', 'main'),
|
||||||
'username' => env('POSTGRES_USER', env('DB_USERNAME')),
|
'username' => env('POSTGRES_USER', 'root'),
|
||||||
'password' => env('POSTGRES_PASSWORD', env('DB_PASSWORD')),
|
'password' => env('POSTGRES_PASSWORD', 'password'),
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'prefix_indexes' => true,
|
'prefix_indexes' => true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue