From 096ee911282ac65bfb250558e63f42f4d33c4fb0 Mon Sep 17 00:00:00 2001 From: Thomas Riboulet Date: Fri, 20 Mar 2015 16:20:19 +0000 Subject: [PATCH] space ! --- hello.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.rb b/hello.rb index a627356..3cbd88e 100644 --- a/hello.rb +++ b/hello.rb @@ -3,6 +3,7 @@ require 'haml' require 'sidekiq' require './workers/test_job' + Sidekiq.configure_server do |config| config.redis = { url: ENV['REDIS_URL'] || 'redis://localhost:6379/1' } end