chore: update .env.example

This commit is contained in:
Phan An 2022-07-27 21:58:20 +02:00
parent 768011a4e4
commit 7f0af57923
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -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.