Skip to content

Commit 50c4ccc

Browse files
authored
Update db credentials for env
1 parent 2b82640 commit 50c4ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ LOG_CHANNEL=stack
88
LOG_LEVEL=debug
99

1010
DB_CONNECTION=mysql
11-
DB_HOST=127.0.0.1
11+
DB_HOST=db
1212
DB_PORT=3306
1313
DB_DATABASE=laravel
1414
DB_USERNAME=root
15-
DB_PASSWORD=
15+
DB_PASSWORD=123456
1616

1717
BROADCAST_DRIVER=log
1818
CACHE_DRIVER=file

0 commit comments

Comments
 (0)