浏览代码

chore: update env local example

httpjamesm 2 年之前
父节点
当前提交
0b1081c485
共有 1 个文件被更改,包括 3 次插入0 次删除
  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