From 0b1081c4856317218063df648cedfafa93bf9916 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Sat, 12 Nov 2022 10:58:25 -0500 Subject: [PATCH] chore: update env local example --- .env.local.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.local.example b/.env.local.example index e8b9e2d..261f5a3 100644 --- a/.env.local.example +++ b/.env.local.example @@ -10,3 +10,6 @@ NEXT_PUBLIC_URL= # for docker, just set the domain to the container name, default is 'libremdb_redis' REDIS_URL=localhost:6379 + +# if you want to use redis to speed up the media proxy, set this to true +USE_REDIS = true \ No newline at end of file