utchoang commented on a change in pull request #898: URL: https://github.com/apache/cloudstack-primate/pull/898#discussion_r555433282
########## File path: public/config.json ########## @@ -1,5 +1,14 @@ { - "apiBase": "/client/api", + "servers": [ + { + "name": "Local-Server", + "apiBase": "/client/api" + }, + { + "name": "Primate-QA", + "apiBase": "http://primate-qa.cloudstack.cloud:8080/client/api" Review comment: @ravening In my opinion it's fine, but in your opinion is there a better way? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org