# File lib/new_relic/agent/configuration/default_source.rb, line 152 def self.port Proc.new { NewRelic::Agent.config[:ssl] ? 443 : 80 } end