mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
13 lines
351 B
Ruby
13 lines
351 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
run Rails.application
|
|
|
|
# turn automatic que temp off
|
|
# if defined?(PhusionPassenger)
|
|
# PhusionPassenger.on_event(:starting_worker_process) do |forked|
|
|
# if forked
|
|
# Que.mode = :async
|
|
# end
|
|
# end
|
|
# end
|