Added db port config to .env - closes #1393

This commit is contained in:
James Brooks
2016-01-25 09:40:02 +00:00
parent 55e20de0a4
commit 43ac827d5b
2 changed files with 18 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ DB_HOST=localhost
DB_DATABASE=cachet
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_PORT=null
CACHE_DRIVER=file
SESSION_DRIVER=file