Skip to content

Commit b5b232e

Browse files
committed
add DB_PORT option to environment variables.
fix mysql default port
1 parent d1b9f86 commit b5b232e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ APP_FALLBACK_LOCALE=en
77

88
DB_CONNECTION=mysql
99
DB_HOST=localhost
10+
DB_PORT=3306
1011
DB_DATABASE=homestead
1112
DB_USERNAME=homestead
1213
DB_PASSWORD=secret

0 commit comments

Comments
 (0)