Set config after env ins running to use an existing config namespace.
This commit is contained in:
parent
be2a050890
commit
438bd42b8d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# This file is used by Rack-based servers to start the application.
|
# This file is used by Rack-based servers to start the application.
|
||||||
|
|
||||||
# set config to do no self notification
|
|
||||||
Rails.configuration.webserver_is_active = true
|
|
||||||
|
|
||||||
require ::File.expand_path('../config/environment', __FILE__)
|
require ::File.expand_path('../config/environment', __FILE__)
|
||||||
run Zammad::Application
|
run Zammad::Application
|
||||||
|
|
||||||
|
# set config to do no self notification
|
||||||
|
Rails.configuration.webserver_is_active = true
|
||||||
|
|
Loading…
Reference in a new issue