mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Add STREAMING_METHOD env config
This commit is contained in:
parent
481954c0f9
commit
ff78b4a9f1
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue