Нет описания http://j1x-huginn.herokuapp.com

config.ru 312B

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