Skip to content

Instantly share code, notes, and snippets.

@ella
ella / conf.py
Created November 24, 2009 10:50
from my_settings import Settings
MONGODB_HOST = 'localhost'
MONGODB_PORT = 27017
MONGODB_DB = 'events'
MONGODB_COLLECTION = 'events'
ROUTING_KEY = 'events'
EXCHANGE = 'events'
QUEUE = 'events'