Revision f4fbb0fa snf-pithos-app/pithos/api/settings.py

b/snf-pithos-app/pithos/api/settings.py
37 37
# Queue for billing.
38 38
BACKEND_QUEUE_MODULE = getattr(settings, 'PITHOS_BACKEND_QUEUE_MODULE',
39 39
                               None)  # Example: 'pithos.backends.lib.rabbitmq'
40
BACKEND_QUEUE_CONNECTION = getattr(settings, 'PITHOS_BACKEND_QUEUE_CONNECTION', None)  # Example: 'rabbitmq://guest:guest@localhost:5672/pithos'
40
BACKEND_QUEUE_HOSTS = getattr(settings, 'PITHOS_BACKEND_QUEUE_HOSTS', None) # Example: "['amqp://guest:guest@localhost:5672']"
41
BACKEND_QUEUE_EXCHANGE = getattr(settings, 'PITHOS_BACKEND_QUEUE_EXCHANGE', 'pithos')
41 42

  
42 43
# Default setting for new accounts.
43 44
BACKEND_QUOTA = getattr(

Also available in: Unified diff