mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: update links to docs
This commit is contained in:
parent
081aedb51f
commit
c8a2866cec
1 changed files with 5 additions and 3 deletions
|
@ -81,7 +81,7 @@ MEMORY_LIMIT=
|
|||
|
||||
# The streaming method.
|
||||
# Can be either 'php' (default), 'x-sendfile', or 'x-accel-redirect'
|
||||
# See https://docs.koel.dev/#streaming-music for more information.
|
||||
# See https://docs.koel.dev/usage/streaming for more information.
|
||||
# Note: This setting doesn't have effect if the media needs transcoding (e.g. FLAC).
|
||||
# ##################################################
|
||||
# IMPORTANT: It's HIGHLY recommended to use 'x-sendfile' or 'x-accel-redirect' if
|
||||
|
@ -113,13 +113,13 @@ LASTFM_API_SECRET=
|
|||
# Spotify API can be used to fetch artist and album images.
|
||||
# To integrate Koel with Spotify, create a Spotify application at
|
||||
# https://developer.spotify.com/dashboard/applications and set the credentials here.
|
||||
# Consult Koel's doc for more information.
|
||||
# Consult Koel's docs for more information.
|
||||
SPOTIFY_CLIENT_ID=
|
||||
SPOTIFY_CLIENT_SECRET=
|
||||
|
||||
|
||||
# To integrate Koel with YouTube, set the API key here.
|
||||
# See https://docs.koel.dev/3rd-party.html#youtube for more information.
|
||||
# See https://docs.koel.dev/service-integrations#youtube for more information.
|
||||
YOUTUBE_API_KEY=
|
||||
|
||||
|
||||
|
@ -130,6 +130,8 @@ CDN_URL=
|
|||
|
||||
|
||||
# To transcode FLAC to MP3 and stream it on the fly, make sure the following settings are sane.
|
||||
# If you don't want to transcode FLAC (i.e. to stream it as-is), set this to false.
|
||||
TRANSCODE_FLAC=false
|
||||
|
||||
# The full path of ffmpeg binary.
|
||||
FFMPEG_PATH=/usr/local/bin/ffmpeg
|
||||
|
|
Loading…
Reference in a new issue