Skip to content

Instantly share code, notes, and snippets.

@wtrocki
Forked from psturc/mobile-services.js
Last active March 12, 2019 12:14
Show Gist options
  • Save wtrocki/317e5cce5367dc95e7670c8e1ae6ff30 to your computer and use it in GitHub Desktop.
Save wtrocki/317e5cce5367dc95e7670c8e1ae6ff30 to your computer and use it in GitHub Desktop.
For release 0.1.0 of ionic-showcase
let config = {
"version": 1,
"namespace": "test",
"clientId": "org.aerogear.ionic.showcase",
"services": [
{
"id": "e339e761-3687-11e9-9467-0af08791569c",
"name": "sync-app-test-org.aerogear.ionic.showcase",
"type": "sync-app",
"url": "https://sync-app-showcase-server-demo.comm2.skunkhenry.com/graphql",
"config": {
"websocketUrl": "wss://sync-app-showcase-server-demo.comm2.skunkhenry.com/graphql"
}
}
]
};
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment