-
-
Save wtrocki/317e5cce5367dc95e7670c8e1ae6ff30 to your computer and use it in GitHub Desktop.
For release 0.1.0 of ionic-showcase
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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