orbit-4-2/config/initializers/resque_auth.rb

3 lines
86 B
Ruby

Resque::Server.use(Rack::Auth::Basic) do |user, password|
password == "SD-7506D"
end