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