I'm using WSO2 API Manager 1.8 and it has been deployed on the cloud according this guide with a HAProxy. I have been given a IP https://192.168.X.XYZ
to access the API Manager which is the IP given to the cloud instance.
My problem is when I type https://192.168.X.XYZ
, it loads the publisher, what I want to do is load the API store rather than loading the publisher. Basic idea is that a domain will be mapped to the above IP address. So when an user type the domain user should be shown the API Store not the API Publisher.
https://192.168.X.XYZ
-> https://myapistore.com
How can I configure API store to be loaded rather than the API Publisher in WSO2 API Manager 1.8?