1
0

config.ru 394 B

12345678910111213
  1. # This file is used by Rack-based servers to start the application.
  2. require ::File.expand_path('../config/environment', __FILE__)
  3. # To enable DelayedJobWeb, see the 'Enable DelayedJobWeb' section of the README.
  4. # if Rails.env.production?
  5. # DelayedJobWeb.use Rack::Auth::Basic do |username, password|
  6. # username == 'admin' && password == 'password'
  7. # end
  8. # end
  9. run Huginn::Application