Modifying the source code
The mobile application example uses a hardcoded host and project name. You can modify the clientScript\main.js file reference a different host and project. For example:
var _context = {
host: "your custom server",
project: "your custom project",
url: null,
sessionToken: "",
page: {}
};
See also