From 77eb41dcf3c63a7e3539d1fc6fcf2ca2f5e116a4 Mon Sep 17 00:00:00 2001 From: Eltik <76538547+Eltik@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:25:37 -0400 Subject: Small bug fixes (#85) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index 1c8825b..b3184ba 100644 --- a/.env.example +++ b/.env.example @@ -19,4 +19,4 @@ DATABASE_URL="Your postgresql connection url" ## Redis # If you don't want to use redis, just comment the REDIS_URL (press ctrl + / on windows or cmd + / on mac) -REDIS_URL="rediss://username:password@host:port" \ No newline at end of file +REDIS_URL="redis://username:password@host:port" \ No newline at end of file -- cgit v1.2.3