Skip to content

Commit

Permalink
Use https now that I completed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
relistan committed Feb 21, 2017
1 parent e274423 commit e420718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exometer/newrelic_reporter/request.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Exometer.NewrelicReporter.Request do
alias HTTPoison.Response

@agent_version "2.78.0.57"
@base_url "http://~s/agent_listener/invoke_raw_method"
@base_url "https://~s/agent_listener/invoke_raw_method"
@collector "collector.newrelic.com"
@language "python"
@protocol_v 14
Expand Down

0 comments on commit e420718

Please sign in to comment.