How can I set the Controller's Port using Environmentvalriable?
whether it will be like below.
{
"controller": {
"host": "%APPDYNAMICS.CONTROLLER.HOSTNAME%",
"port": %APDDYNAMICS.CONTROLLER.PORT%,
}
}
I don't think it's correct. Is there any way we ...