@@ -1,4 +1,4 @@ |
||
1 |
-if Rails.env.production? || Rails.env.test? |
|
1 |
+if Rails.env.development? || Rails.env.test? |
|
2 | 2 |
REDIS_WORKER = Redis.new(:host => 'localhost', :port => 6379) |
3 | 3 |
else |
4 | 4 |
uri = URI.parse(ENV["REDISTOGO_URL"]) |