module.exports = {
mxProjectRootDir: '', // the path to your Mendix app
mxAppPort: 8080, // the port where your Mendix is running
mxAppHost: 'localhost', // where you host your Mendix app
devServerPort: 3000, // the widget dev server will proxy your app to port 3000
};