Explorar o código

Minor config fix

Zed %!s(int64=4) %!d(string=hai) anos
pai
achega
2a2e9625e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nitter.example.conf

+ 1 - 1
nitter.example.conf

@@ -12,9 +12,9 @@ listMinutes = 240  # how long to cache list info (not the tweets, so keep it hig
 rssMinutes = 10  # how long to cache rss queries
 redisHost = "localhost" # Change to "redis" if using docker-compose
 redisPort = 6379
+redisPassword = ""
 redisConnections = 20 # connection pool size
 redisMaxConnections = 30
-redisPassword = ""
 # max, new connections are opened when none are available, but if the pool size
 # goes above this, they're closed when released. don't worry about this unless
 # you receive tons of requests per second