2015-12-13 04:42:28 +00:00
|
|
|
APP_ENV=local
|
|
|
|
APP_DEBUG=true
|
|
|
|
APP_KEY=SomeRandomString
|
|
|
|
|
2015-12-17 19:54:04 +00:00
|
|
|
# Username and password for the initial admin account
|
2015-12-13 04:42:28 +00:00
|
|
|
# This info will be populated into the database during `php artisan db:seed`
|
|
|
|
# After that, it can (and should) be removed from this .env file
|
|
|
|
ADMIN_EMAIL=
|
|
|
|
ADMIN_NAME=
|
|
|
|
ADMIN_PASSWORD=
|
|
|
|
|
|
|
|
# The maximum scan time, in seconds. Increase this if you have a huge library.
|
|
|
|
APP_MAX_SCAN_TIME=600
|
|
|
|
|
2015-12-16 15:41:35 +00:00
|
|
|
# The streaming method.
|
|
|
|
# Can be either 'php' (default), 'x-sendfile', or 'x-accel-redirect'
|
|
|
|
# See https://github.com/phanan/koel/wiki#streaming-music for more information.
|
|
|
|
STREAMING_METHOD=php
|
|
|
|
|
2015-12-13 04:42:28 +00:00
|
|
|
DB_HOST=localhost
|
|
|
|
DB_DATABASE=homestead
|
|
|
|
DB_USERNAME=homestead
|
|
|
|
DB_PASSWORD=secret
|
|
|
|
|
|
|
|
CACHE_DRIVER=file
|
|
|
|
SESSION_DRIVER=file
|
|
|
|
QUEUE_DRIVER=sync
|
|
|
|
|
|
|
|
MAIL_DRIVER=smtp
|
|
|
|
MAIL_HOST=mailtrap.io
|
|
|
|
MAIL_PORT=2525
|
|
|
|
MAIL_USERNAME=null
|
|
|
|
MAIL_PASSWORD=null
|
|
|
|
MAIL_ENCRYPTION=null
|