changeset 904:d4479ebbd118

More tweaking for Mac development.
author Brian Neal <bgneal@gmail.com>
date Sun, 08 Mar 2015 11:01:00 -0500
parents 074343986389
children be233ba7ca31
files sg101/settings/mac.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/settings/mac.py	Sat Mar 07 21:51:48 2015 -0600
+++ b/sg101/settings/mac.py	Sun Mar 08 11:01:00 2015 -0500
@@ -18,4 +18,5 @@
 }
 
 REDIS_UNIX_SOCKET = '/tmp/redis.sock'
+QUEUE_REDIS_UNIX_SOCKET = REDIS_UNIX_SOCKET
 BROKER_URL = 'redis+socket:///tmp/redis.sock?virtual_host=1'