DaanHoogland commented on code in PR #6273: URL: https://github.com/apache/cloudstack/pull/6273#discussion_r1033620394
########## server/src/test/resources/db.properties: ########## @@ -17,7 +17,7 @@ # management server clustering parameters, change cluster.node.IP to the machine IP address -# in which the management server is running +# in which the management server is running cluster.node.IP=127.0.0.1 cluster.servlet.port=9090 Review Comment: are these carriage returns intentionally left in? ```suggestion cluster.node.IP=127.0.0.1 cluster.servlet.port=9090 ``` -- 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]
