From e7b07bcbed768e4ce755863b4eba4462f6acd218 Mon Sep 17 00:00:00 2001 From: Gadolinium <71250844+Gadolinonym@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:55:00 -0500 Subject: [PATCH] Fixing REDIS_URI in .env.example (#27) * fix: corrected default redis uri * fix: corrected default redis uri Co-authored-by: vee --------- Co-authored-by: vee --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3c46de7..b9ca741 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ PORT=8080 HOST=0.0.0.0 # The URI used for connecting to redis -REDIS_URI=localhost:6379 +REDIS_URI=redis:6379 # URL that the root of the API will redirect to. # The site specified here HAS TO link to the source code (including your modificiations, if applicable),