Skip to content

Commit

Permalink
Provide some defaults for db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Dec 3, 2017
1 parent 8505539 commit a98dc27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# mysql (MySQL/MariaDB - default)
# pgsql (PostgreSQL)
# sqlsrv (Microsoft SQL Server)
DB_CONNECTION=
DB_HOST=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_DATABASE=koel
DB_USERNAME=koel
DB_PASSWORD=SoSecureMuchWow

# Username and password for the initial admin account
# This info will be populated into the database during `php artisan db:seed`
Expand Down

0 comments on commit a98dc27

Please sign in to comment.