From f0d98a69ef9d054e1beca8c15de08d94b4743802 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Thu, 24 Jan 2019 17:17:52 +0100 Subject: [PATCH] updated example config --- etc/ecix/birdwatcher.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ecix/birdwatcher.conf b/etc/ecix/birdwatcher.conf index 61e3e3e..9da5156 100644 --- a/etc/ecix/birdwatcher.conf +++ b/etc/ecix/birdwatcher.conf @@ -62,6 +62,6 @@ peer_protocol_prefix = 'ID' pipe_protocol_prefix = 'P' [cache] -use_redis = true -redis_server = "localhost:6379" +use_redis = false +redis_server = "myredis:6379" redis_db = 0