We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69286d2 commit 87fb619Copy full SHA for 87fb619
2 files changed
config/new_relic_agent.yml
@@ -16,4 +16,4 @@
16
# Configuration for the New Relic framework
17
---
18
version: 3.+
19
-repository_root: "https://download.run.pivotal.io/new-relic"
+repository_root: https://download.run.pivotal.io/new-relic
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}
20
enabled: false
21
port: 10001
22
default_session_name: $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);
0 commit comments