Add STREAMING_METHOD env config

This commit is contained in:
An Phan 2015-12-16 23:41:35 +08:00
parent 481954c0f9
commit ff78b4a9f1

View file

@ -12,6 +12,11 @@ ADMIN_PASSWORD=
# The maximum scan time, in seconds. Increase this if you have a huge library.
APP_MAX_SCAN_TIME=600
# 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
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead