How to set custom base url?

0
Hi, I am working on one application that is Free app deployed on default mendix cloud. I wanted to change the base url of the application and add name of the app that is /myapp/ to the end of current url, how can I achieve this?
asked
1 answers
1

Hi Chaitanya,

You can have a look at custom runtime settings documentation(https://docs.mendix.com/refguide/custom-settings/) and also custom domains documentation(https://docs.mendix.com/developerportal/deploy/custom-domains/).

However, it would not help unless you get a Licensed Mendix Cloud. You can refer to this documentation on the limitations of a Free Mendix Cloud App: https://docs.mendix.com/developerportal/deploy/mendix-cloud-deploy/

Regards
Kevin

answered