From 4761163c7ad0aac0a935a262d1cb9183f9698200 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sun, 23 Jan 2022 16:24:40 +0100 Subject: [PATCH] Edit the example to reflect the changes --- nitter.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nitter.example.conf b/nitter.example.conf index 0ed6ed0..b987cd5 100644 --- a/nitter.example.conf +++ b/nitter.example.conf @@ -10,7 +10,7 @@ hostname = "nitter.net" [Cache] listMinutes = 240 # how long to cache list info (not the tweets, so keep it high) rssMinutes = 10 # how long to cache rss queries -redisHost = "localhost" # Change to "redis" if using docker-compose +redisHost = "localhost" # Change to "nitter-redis" if using docker-compose redisPort = 6379 redisPassword = "" redisConnections = 20 # connection pool size