Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
fix db configs
Browse files Browse the repository at this point in the history
  • Loading branch information
EDDYMENS committed Feb 21, 2017
1 parent ca1d832 commit b29d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Expand Up @@ -2,7 +2,7 @@ APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString

DB_CONNECTION=mysql
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_DATABASE=homestead
DB_USERNAME=homestead
Expand Down

0 comments on commit b29d2dc

Please sign in to comment.