Skip to content

Commit 9f43b33

Browse files
committed
Update .env.example
1 parent 50d1ab5 commit 9f43b33

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.env.example

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ APP_NAME=Laravel
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
5-
APP_URL=http://localhost
5+
APP_URL=http://localhost:8000
66

77
LOG_CHANNEL=stack
88
LOG_DEPRECATIONS_CHANNEL=null
99
LOG_LEVEL=debug
1010

11-
DB_CONNECTION=mysql
12-
DB_HOST=127.0.0.1
13-
DB_PORT=3306
14-
DB_DATABASE=laravel_vue_ecommerce
15-
DB_USERNAME=root
16-
DB_PASSWORD=
11+
DB_CONNECTION=sqlite
12+
#DB_HOST=127.0.0.1
13+
#DB_PORT=3306
14+
#DB_DATABASE=laravel_vue_ecommerce
15+
#DB_USERNAME=root
16+
#DB_PASSWORD=
1717

1818
BROADCAST_DRIVER=log
1919
CACHE_DRIVER=file
@@ -28,8 +28,8 @@ REDIS_HOST=127.0.0.1
2828
REDIS_PASSWORD=null
2929
REDIS_PORT=6379
3030

31-
MAIL_MAILER=smtp
32-
MAIL_HOST=mailhog
31+
MAIL_MAILER=log
32+
MAIL_HOST=mailpit
3333
MAIL_PORT=1025
3434
MAIL_USERNAME=null
3535
MAIL_PASSWORD=null

0 commit comments

Comments
 (0)