Files
postal/config.ru
2017-04-19 13:07:25 +01:00

6 lines
163 B
Ruby

# This file is used by Rack-based servers to start the application.
require_relative 'config/environment'
$0="[postal] #{ENV['PROC_NAME']}"
run Rails.application