diff --git a/config/new_relic_agent.yml b/config/new_relic_agent.yml index 6e409f962b..f1bb4b7638 100644 --- a/config/new_relic_agent.yml +++ b/config/new_relic_agent.yml @@ -16,4 +16,4 @@ # Configuration for the New Relic framework --- version: 3.+ -repository_root: "https://download.run.pivotal.io/new-relic" +repository_root: https://download.run.pivotal.io/new-relic diff --git a/config/your_kit_profiler.yml b/config/your_kit_profiler.yml index 973c9f489b..bf8e988f6f 100644 --- a/config/your_kit_profiler.yml +++ b/config/your_kit_profiler.yml @@ -16,7 +16,7 @@ # JMX configuration --- version: 2017.+ -repository_root: "https://download.run.pivotal.io/your-kit/{platform}/{architecture}" +repository_root: https://download.run.pivotal.io/your-kit/{platform}/{architecture} enabled: false port: 10001 default_session_name: $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);