Skip to content

Commit

Permalink
Update db credentials for env
Browse files Browse the repository at this point in the history
  • Loading branch information
AnowarCST authored Nov 25, 2020
1 parent 2b82640 commit 50c4ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_HOST=db
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
DB_PASSWORD=123456

BROADCAST_DRIVER=log
CACHE_DRIVER=file
Expand Down

0 comments on commit 50c4ccc

Please sign in to comment.