diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-02-05 11:30:35 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-02-05 11:30:35 +0000 |
commit | b349e6ab6305a054bc1bf6b568a1e9fb7425f404 (patch) | |
tree | f79725efd627778e3e1e8e6abff0b0235519991e /etc/custodian/custodian.cfg | |
parent | f853516b77dd58e65f7dfb08b32b93936d7567ec (diff) |
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.
Diffstat (limited to 'etc/custodian/custodian.cfg')
-rw-r--r-- | etc/custodian/custodian.cfg | 8 |
1 files changed, 0 insertions, 8 deletions
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". # |