瀏覽代碼

chore: update env local example with redis_url

httpjamesm 2 年之前
父節點
當前提交
cdd73c6123
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .env.local.example

+ 3 - 0
.env.local.example

@@ -7,3 +7,6 @@ NEXT_PUBLIC_URL=
 # AXIOS_USERAGENT=
 # default accept header is 'application/json, text/plain, */*'
 # AXIOS_ACCEPT=
+
+# for docker, just set the domain to the container name, default is 'libremdb_redis'
+REDIS_URL=localhost:6379