We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a5670 commit 08d0200Copy full SHA for 08d0200
tests/.env.feature
@@ -3,7 +3,7 @@ APP_KEY=base64:i3g6f+dV8FfsIkcxqd7gbiPn2oXk5r00sTmdD6V5utI=
3
DB_CONNECTION=pgsql
4
DB_DATABASE=laravel
5
DB_HOST=db
6
-DB_PORT=15432
+DB_PORT=5432
7
DB_USERNAME=laravel
8
DB_PASSWORD=laravel
9
@@ -15,4 +15,4 @@ QUEUE_FAILED_DRIVER=null
15
16
REDIS_HOST=redis
17
REDIS_PASSWORD=
18
-REDIS_PORT=16380
+REDIS_PORT=6379
tests/.env.unit
@@ -12,4 +12,4 @@ QUEUE_FAILED_DRIVER=null
12
13
14
0 commit comments