Makes sense to me [~pwright] (y)
I've literally just copied the contents[1] from "https://mdc-server-my-test-java-project.comm2.skunkhenry.com/mobileclient/ionic" and replaced inserted it into my local mobile-services.js content[2] (/home/jstaffor/repos/ionic-showcase/src/mobile-services.js).
[1] { "version": 1, "namespace": "my-test-java-project", "clientId": "ionic", "services": [] }
[2] let config = { "version": 1, "namespace": "voyager", "clientId": "voyager-ionic-example", "services": [] };
module.exports = config;
Edit: Just to note, I think we should consider the fact that "module.exports = config;" is not part of the content[1] that is copied over - losing this line of code could have ramifications. |
|