Browse Source

chore: update env local example

httpjamesm 2 years ago
parent
commit
0b1081c485
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .env.local.example

+ 3 - 0
.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