Skip to content

Commit a51abfe

Browse files
committed
update env.example
Update `env.example` file to include `DB_CONNECTION` settings, since the default is `pgsql`. Closes #19
1 parent 38c6587 commit a51abfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ DB_HOST=127.0.0.1
66
DB_DATABASE=hackathon
77
DB_USERNAME=homestead
88
DB_PASSWORD=secret
9+
DB_CONNECTION=<mysql, pgsql, etc>
910

1011
CACHE_DRIVER=file
1112
SESSION_DRIVER=file

0 commit comments

Comments
 (0)