Skip to content

Commit

Permalink
Merge pull request #345 from Kleindberg/patch-1
Browse files Browse the repository at this point in the history
Update .env.example
  • Loading branch information
nasirkhan committed Aug 3, 2022
2 parents 496023e + 13c45e5 commit 841eaa0
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 @@ -9,7 +9,7 @@ INITIAL_USERNAME=100000
USER_REGISTRATION=true

DB_CONNECTION=mysql
DB_HOST=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_starter
DB_USERNAME=
Expand Down Expand Up @@ -69,4 +69,4 @@ GITHUB_REDIRECT=http://laravel-starter.local/login/github/callback
GOOGLE_ACTIVE=true
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT=http://laravel-starter.local/login/google/callback
GOOGLE_REDIRECT=http://laravel-starter.local/login/google/callback

0 comments on commit 841eaa0

Please sign in to comment.