From e5a5633e442ab469779090546c044926d75fafeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 4 Jul 2023 17:00:04 +0200 Subject: [PATCH] Add Redis config for dev with Redis on localhost --- .env.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.test b/.env.test index 92892e3..0bd5bc9 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,7 @@ PRIMARY_DOMAIN=kosmos.org +REDIS_URL='redis://localhost:6379/21' + DISCOURSE_PUBLIC_URL='http://discourse.example.com' DISCOURSE_CONNECT_SECRET='discourse_connect_ftw'