Skip to content

Commit

Permalink
add DB_PORT option to environment variables.
Browse files Browse the repository at this point in the history
fix mysql default port
  • Loading branch information
intuxicated committed May 12, 2015
1 parent d1b9f86 commit b5b232e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ APP_FALLBACK_LOCALE=en

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
Expand Down

0 comments on commit b5b232e

Please sign in to comment.