sureshanaparti commented on a change in pull request #5832:
URL: https://github.com/apache/cloudstack/pull/5832#discussion_r792525631



##########
File path: 
api/src/main/java/org/apache/cloudstack/config/ApiServiceConfiguration.java
##########
@@ -21,7 +21,7 @@
 
 public class ApiServiceConfiguration implements Configurable {
     public static final ConfigKey<String> ManagementServerAddresses = new 
ConfigKey<String>("Advanced", String.class, "host", "localhost", "The ip 
address of management server. This can also accept comma separated addresses.", 
true);
-    public static final ConfigKey<String> ApiServletPath = new 
ConfigKey<String>("Advanced", String.class, "endpointe.url", 
"http://localhost:8080/client/api";,
+    public static final ConfigKey<String> ApiServletPath = new 
ConfigKey<String>("Advanced", String.class, "endpoint.url", 
"http://localhost:8080/client/api";,

Review comment:
       this change may not be required, as it is handled in schema upgrade.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to