File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
# Configuration for the AppDynamics framework
17
17
---
18
18
version : 4.+
19
- repository_root : " https://packages.appdynamics.com/java"
19
+ repository_root : https://packages.appdynamics.com/java
20
20
default_application_name : $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);
21
21
puts \"#{a['space_name']}:#{a['application_name']}\"")
22
22
default_node_name : $(ruby -e "require 'json' ; a = JSON.parse(ENV['VCAP_APPLICATION']);
23
23
puts \"#{a['application_name']}:#{a['instance_index']}\"")
24
- default_tier_name :
24
+ default_tier_name :
Original file line number Diff line number Diff line change 18
18
tomcat :
19
19
version : 8.0.+
20
20
repository_root : " {default.repository.root}/tomcat"
21
- context_path :
21
+ context_path :
22
22
external_configuration_enabled : false
23
23
external_configuration :
24
24
version : 1.+
25
- repository_root :
25
+ repository_root :
26
26
lifecycle_support :
27
27
version : 2.+
28
28
repository_root : " {default.repository.root}/tomcat-lifecycle-support"
You can’t perform that action at this time.
0 commit comments