Skip to content

Commit 2c44698

Browse files
Backport some env tweaks
1 parent 94c9db2 commit 2c44698

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ APP_ENV=local
22
APP_DEBUG=true
33
APP_KEY=SomeRandomString
44

5-
DB_HOST=localhost
5+
DB_CONNECTION=mysql
6+
DB_HOST=127.0.0.1
67
DB_DATABASE=homestead
78
DB_USERNAME=homestead
89
DB_PASSWORD=secret
@@ -11,7 +12,7 @@ CACHE_DRIVER=file
1112
SESSION_DRIVER=file
1213
QUEUE_DRIVER=sync
1314

14-
REDIS_HOST=localhost
15+
REDIS_HOST=127.0.0.1
1516
REDIS_PASSWORD=null
1617
REDIS_PORT=6379
1718

0 commit comments

Comments
 (0)