initial commit
This commit is contained in:
16
.env.testing
Normal file
16
.env.testing
Normal file
@@ -0,0 +1,16 @@
|
||||
APP_ENV=testing
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
|
||||
CACHE_STORE=array
|
||||
SESSION_DRIVER=array
|
||||
QUEUE_CONNECTION=sync
|
||||
MAIL_MAILER=array
|
||||
|
||||
DB_CONNECTION=pgsql
|
||||
DB_HOST=postgresql-test
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=ecomail
|
||||
DB_USERNAME=laravel
|
||||
DB_PASSWORD=laravel
|
||||
DB_URL=pgsql://laravel:laravel@postgresql-test:5432/ecomail
|
||||
Reference in New Issue
Block a user