Skip to content

Commit c278a5d

Browse files
committed
Polishing
1 parent a3a9e61 commit c278a5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/app_dynamics_agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# Configuration for the AppDynamics framework
1717
---
1818
version: 4.+
19-
repository_root: "https://packages.appdynamics.com/java"
19+
repository_root: https://packages.appdynamics.com/java
2020
default_application_name: $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);
2121
puts \"#{a['space_name']}:#{a['application_name']}\"")
2222
default_node_name: $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);
2323
puts \"#{a['application_name']}:#{a['instance_index']}\"")
24-
default_tier_name:
24+
default_tier_name:

config/tomcat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
tomcat:
1919
version: 8.0.+
2020
repository_root: "{default.repository.root}/tomcat"
21-
context_path:
21+
context_path:
2222
external_configuration_enabled: false
2323
external_configuration:
2424
version: 1.+
25-
repository_root:
25+
repository_root:
2626
lifecycle_support:
2727
version: 2.+
2828
repository_root: "{default.repository.root}/tomcat-lifecycle-support"

0 commit comments

Comments
 (0)