Skip to content

Instantly share code, notes, and snippets.

@pbrooks
Created June 17, 2016 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbrooks/760d260d45939a0246ba4682e13aac21 to your computer and use it in GitHub Desktop.
Save pbrooks/760d260d45939a0246ba4682e13aac21 to your computer and use it in GitHub Desktop.
Q_CLUSTER = {
'name': Q_CLUSTER_NAME,
'redis': {
'host': REDIS_URL.hostname,
'port': REDIS_URL.port,
'password': REDIS_URL.password,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment