Skip to content

Instantly share code, notes, and snippets.

@jacobwegner
Created October 12, 2011 23:20
Show Gist options
  • Save jacobwegner/1282933 to your computer and use it in GitHub Desktop.
Save jacobwegner/1282933 to your computer and use it in GitHub Desktop.
# after the local_settings import
BROKER_TRANSPORT = "redis"
BROKER_HOST = GONDOR_REDIS_HOST
BROKER_PORT = GONDOR_REDIS_PORT
BROKER_VHOST = "0"
BROKER_PASSWORD = GONDOR_REDIS_PASSWORD
CELERY_RESULT_BACKEND = "redis"
CELERY_REDIS_HOST = GONDOR_REDIS_HOST
CELERY_REDIS_PORT = GONDOR_REDIS_PORT
CELERY_REDIS_PASSWORD = GONDOR_REDIS_PASSWORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment