From 12740c13dd36045ddbf86626e4b32455be2c5adf Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 5 Feb 2015 11:30:35 +0000 Subject: Simplify code by removing configuration. We now set the queue-address via $QUEUE_ADDRESS, otherwise we default to localhost. This works for both redis & beanstalkd. --- etc/custodian/custodian.cfg | 8 -------- 1 file changed, 8 deletions(-) (limited to 'etc') diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index a004979..e202f9a 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -5,14 +5,6 @@ # - -## -# The address of the queue to connect to. -# -# queue_server = 127.0.0.1:11300 -## - - ## # The type of queue to use: "redis" or "beanstalkd". # -- cgit v1.2.3