Navigation Menu

Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
munchee13 committed Sep 18, 2013
1 parent 0238101 commit f36116f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppServerAgent/conf/controller-info.xml
Expand Up @@ -4,7 +4,7 @@
<!-- This is the host name or the IP address of the AppDynamics Controller e.g. 192.168.1.22 or myhost or myhost.abc.com
This is the same host that you use to access the AppDynamics browser based User interface.
This can be overridden with the system property '-Dappdynamics.controller.hostName' -->
<controller-host>$APPDYN_CONTROLLER_HOST</controller-host>
<controller-host>CONTROLLER_HOST</controller-host>

<!-- This is the http(s) port of the AppDynamics Controller , If 'controller-ssl-enabled' below is set to true, you must
specify the HTTPS port of the Controller, otherwise specify the HTTP port. Controller gets installed at port 8090 by default.
Expand Down Expand Up @@ -58,8 +58,8 @@
<!-- If the AppDynamics Controller is running in multi-tenant mode or you are using the AppDynamics SaaS Controller
you must specify the account name and account access key for this agent to authenticate with the controller.
If you are running in single-tenant mode (the default) there is no need to configure these values. -->
<account-name>$APPDYN_ACCOUNT_NAME</account-name>
<account-access-key>$APPDYN_ACCOUNT_ACCESS_KEY</account-access-key>
<account-name>ACCOUNT_NAME</account-name>
<account-access-key>ACCOUNT_ACCESS_KEY</account-access-key>

<!-- Change to 'true' only under special circumstances where this agent has been moved to a new application and/or tier
from the UI but you want to override that move by specifying a new application name and/or tier name in the agent configuration. -->
Expand Down

0 comments on commit f36116f

Please sign in to comment.