diff options
Diffstat (limited to 'lib/custodian/settings.rb')
-rw-r--r-- | lib/custodian/settings.rb | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index 897c099..bef2977 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -140,18 +140,11 @@ module Custodian # - # The address of the queue. - # - def queue_server - _load() unless( _loaded? ) - - @settings['queue_server'] || "127.0.0.1:11300" - end - - - # # The type of queue to use. # + # The hostname/IP address of the queue should be set in the + # environmental variable 'QUEUE_ADDRESS'. + # def queue_type _load() unless( _loaded? ) |