mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: update .env.example
This commit is contained in:
parent
768011a4e4
commit
7f0af57923
1 changed files with 6 additions and 6 deletions
12
.env.example
12
.env.example
|
@ -49,6 +49,12 @@ MEMORY_LIMIT=
|
||||||
STREAMING_METHOD=php
|
STREAMING_METHOD=php
|
||||||
|
|
||||||
|
|
||||||
|
# To use Algolia for full-text searching, enter your Algolia Application ID and API Key here.
|
||||||
|
SCOUT_DRIVER=
|
||||||
|
ALGOLIA_APP_ID=
|
||||||
|
ALGOLIA_SECRET=
|
||||||
|
|
||||||
|
|
||||||
# Last.fm API can be used to fetch artist and album information, as well as to
|
# Last.fm API can be used to fetch artist and album information, as well as to
|
||||||
# allow users to connect to their Last.fm account and scrobble.
|
# allow users to connect to their Last.fm account and scrobble.
|
||||||
# To integrate Koel with Last.fm, create an API account at
|
# To integrate Koel with Last.fm, create an API account at
|
||||||
|
@ -100,12 +106,6 @@ OUTPUT_BIT_RATE=128
|
||||||
# environment, such a download will (silently) fail.
|
# environment, such a download will (silently) fail.
|
||||||
ALLOW_DOWNLOAD=true
|
ALLOW_DOWNLOAD=true
|
||||||
|
|
||||||
# If this is set to true, the query to get artist, album, and song information will be cached.
|
|
||||||
# This can give a boost to Koel's boot time, especially if your library is huge.
|
|
||||||
# However, the cache deserialization process can be memory sensitive, so if you encounter
|
|
||||||
# errors, try setting this to false.
|
|
||||||
CACHE_MEDIA=true
|
|
||||||
|
|
||||||
|
|
||||||
# Koel attempts to detect if your website use HTTPS and generates secure URLs accordingly.
|
# Koel attempts to detect if your website use HTTPS and generates secure URLs accordingly.
|
||||||
# If this attempts for any reason, you can force it by setting this value to true.
|
# If this attempts for any reason, you can force it by setting this value to true.
|
||||||
|
|
Loading…
Reference in a new issue