Skip to content

Commit 1118ec7

Browse files
Merge pull request #1019 from cloudfoundry/appd-repo
Updates repository location for AppD
2 parents f4a2052 + fcc977d commit 1118ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app_dynamics_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Configuration for the AppDynamics framework
1717
---
1818
version: +
19-
repository_root: https://packages.appdynamics.com/java
19+
repository_root: "{default.repository.root}/appdynamics"
2020
default_application_name: $(jq -r -n "$VCAP_APPLICATION | .space_name + \":\" + .application_name | @sh")
2121
default_node_name: $(jq -r -n "\"$APPD_CF_NODE_PREFIX\" + ($VCAP_APPLICATION | .application_name) + \":$CF_INSTANCE_INDEX\" | @sh")
2222
default_tier_name:

0 commit comments

Comments
 (0)