diff --git a/.env.example b/.env.example index b937b06d..24b26136 100644 --- a/.env.example +++ b/.env.example @@ -49,6 +49,12 @@ MEMORY_LIMIT= 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 # allow users to connect to their Last.fm account and scrobble. # 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. 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. # If this attempts for any reason, you can force it by setting this value to true.