From bc021ac98902cac767f3649a10a320ff3564ab0a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 May 2022 14:17:42 +0200 Subject: [PATCH] Update config.example.yml --- conf/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.example.yml b/conf/config.example.yml index dce66f4..62392b2 100644 --- a/conf/config.example.yml +++ b/conf/config.example.yml @@ -16,7 +16,7 @@ AUTH_TOKEN: '' HMAC_KEY: '' # Create IMAGE_CACHE_DIR before enabling image caching IMAGE_CACHE: 'false' -IMAGE_CACHE_DIR: '/var/cache/librarian' +IMAGE_CACHE_DIR: '/var/www/librarian' # Live streams are proxied through the instance (unless LIVE_STREAMING_URL is set) # and may cause increased bandwidth usage. ENABLE_LIVE_STREAM: false