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