2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2012-04-10 13:31:21 +00:00
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
2020-07-07 06:30:20 +00:00
|
|
|
require ::File.expand_path('config/environment', __dir__)
|
2012-04-10 13:31:21 +00:00
|
|
|
run Zammad::Application
|
2016-02-04 11:49:10 +00:00
|
|
|
|
|
|
|
# set config to do no self notification
|
|
|
|
Rails.configuration.webserver_is_active = true
|