mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
13 lines
326 B
Ruby
13 lines
326 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative 'config/environment'
|
|
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
|