File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ APP_DEBUG=true
55APP_URL = http://localhost
66
77LOG_CHANNEL = stack
8+ LOG_LEVEL = debug
89
910DB_CONNECTION = mysql
1011DB_HOST = mysql
@@ -15,17 +16,20 @@ DB_PASSWORD=secret
1516
1617BROADCAST_DRIVER = log
1718CACHE_DRIVER = file
19+ FILESYSTEM_DRIVER = local
1820QUEUE_CONNECTION = sync
1921SESSION_DRIVER = file
2022SESSION_LIFETIME = 120
2123
24+ MEMCACHED_HOST = 127.0.0.1
25+
2226REDIS_HOST = 127.0.0.1
2327REDIS_PASSWORD = null
2428REDIS_PORT = 6379
2529
26- MAIL_DRIVER = smtp
27- MAIL_HOST = smtp.mailtrap.io
28- MAIL_PORT = 2525
30+ MAIL_MAILER = smtp
31+ MAIL_HOST = mailhog
32+ MAIL_PORT = 1025
2933MAIL_USERNAME = null
3034MAIL_PASSWORD = null
3135MAIL_ENCRYPTION = null
@@ -36,6 +40,7 @@ AWS_ACCESS_KEY_ID=
3640AWS_SECRET_ACCESS_KEY =
3741AWS_DEFAULT_REGION = us-east-1
3842AWS_BUCKET =
43+ AWS_USE_PATH_STYLE_ENDPOINT = false
3944
4045PUSHER_APP_ID =
4146PUSHER_APP_KEY =
You can’t perform that action at this time.
0 commit comments