Provide some defaults for db connection

This commit is contained in:
Phan An 2017-12-03 10:45:23 +01:00
parent 8505539145
commit a98dc2774f

View file

@ -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`