From cdd73c612345510c9a4fd0e43711f0e5d0268586 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Mon, 31 Oct 2022 18:14:28 -0400 Subject: [PATCH] chore: update env local example with redis_url --- .env.local.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.local.example b/.env.local.example index de50d8e..e8b9e2d 100644 --- a/.env.local.example +++ b/.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