Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 1cb53fa

Browse files
committed
update the example env file
1 parent a7a0977 commit 1cb53fa

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.env.example

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
11
APP_ENV=local
2+
APP_KEY=
23
APP_DEBUG=true
3-
APP_KEY=SomeRandomString
4+
APP_LOG_LEVEL=debug
5+
APP_URL=http://localhost
46

5-
DB_HOST=localhost
7+
DB_CONNECTION=mysql
8+
DB_HOST=127.0.0.1
9+
DB_PORT=3306
610
DB_DATABASE=homestead
711
DB_USERNAME=homestead
812
DB_PASSWORD=secret
913

14+
BROADCAST_DRIVER=log
1015
CACHE_DRIVER=file
1116
SESSION_DRIVER=file
1217
QUEUE_DRIVER=sync
1318

19+
REDIS_HOST=127.0.0.1
20+
REDIS_PASSWORD=null
21+
REDIS_PORT=6379
22+
1423
MAIL_DRIVER=smtp
1524
MAIL_HOST=mailtrap.io
1625
MAIL_PORT=2525
1726
MAIL_USERNAME=null
1827
MAIL_PASSWORD=null
1928
MAIL_ENCRYPTION=null
29+
30+
PUSHER_APP_ID=
31+
PUSHER_APP_KEY=
32+
PUSHER_APP_SECRET=

0 commit comments

Comments
 (0)