# File lib/foreman/engine.rb, line 283
  def base_port
    (options[:port] || env["PORT"] || ENV["PORT"] || 5000).to_i
  end