diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-04-23 10:07:06 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-04-23 10:07:06 +0100 |
commit | a0d2c8e40e3de2a02226f921ecfb8bde363d116b (patch) | |
tree | 99aa995c34048cd8727e39f6770fcc1f65cc2061 /etc | |
parent | e9b33a69f09a5408e2fb879f7fec2eaa68b5ca9e (diff) |
Allow the settings object to retrieve the name of the beanstalkd tube.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custodian/custodian.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index 1a03613..3f6be17 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -13,6 +13,12 @@ ## +## +# The name of the beanstalkd tube we'll use +# +# queue_name = Custodian +## + ## # The alerting method to use |