소스 검색

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