config.ru 239 B

1234567
  1. # This file is used by Rack-based servers to start the application.
  2. require ::File.expand_path('config/environment', __dir__)
  3. run Zammad::Application
  4. # set config to do no self notification
  5. Rails.configuration.webserver_is_active = true