File tree Expand file tree Collapse file tree 1 file changed +9
-21
lines changed
Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -2,43 +2,33 @@ APP_NAME=Laravel
22APP_ENV = local
33APP_KEY =
44APP_DEBUG = true
5- APP_URL = http://localhost
5+ APP_URL = http://127.0.0.1:8000
66
77LOG_CHANNEL = stack
8- LOG_LEVEL = debug
98
10- DB_CONNECTION = mysql
9+ DB_CONNECTION = sqlite
1110DB_HOST = 127.0.0.1
1211DB_PORT = 3306
13- DB_DATABASE = laravel
14- DB_USERNAME = root
15- DB_PASSWORD =
12+ DB_DATABASE = database/database.sqlite
13+ DB_USERNAME = homestead
14+ DB_PASSWORD = secret
1615
1716BROADCAST_DRIVER = log
1817CACHE_DRIVER = file
19- QUEUE_CONNECTION = sync
2018SESSION_DRIVER = file
2119SESSION_LIFETIME = 120
22-
23- MEMCACHED_HOST = 127.0.0.1
20+ QUEUE_DRIVER = sync
2421
2522REDIS_HOST = 127.0.0.1
2623REDIS_PASSWORD = null
2724REDIS_PORT = 6379
2825
29- MAIL_MAILER = smtp
30- MAIL_HOST = mailhog
31- MAIL_PORT = 1025
26+ MAIL_DRIVER = smtp
27+ MAIL_HOST = smtp.mailtrap.io
28+ MAIL_PORT = 2525
3229MAIL_USERNAME = null
3330MAIL_PASSWORD = null
3431MAIL_ENCRYPTION = null
35- MAIL_FROM_ADDRESS = null
36- MAIL_FROM_NAME = " ${ APP_NAME } "
37-
38- AWS_ACCESS_KEY_ID =
39- AWS_SECRET_ACCESS_KEY =
40- AWS_DEFAULT_REGION = us-east-1
41- AWS_BUCKET =
4232
4333PUSHER_APP_ID =
4434PUSHER_APP_KEY =
@@ -47,5 +37,3 @@ PUSHER_APP_CLUSTER=mt1
4737
4838MIX_PUSHER_APP_KEY = " ${ PUSHER_APP_KEY } "
4939MIX_PUSHER_APP_CLUSTER = " ${ PUSHER_APP_CLUSTER } "
50-
51-
You can’t perform that action at this time.
0 commit comments