Skip to content

Instantly share code, notes, and snippets.

@psturc
Created February 22, 2019 15:14
Show Gist options
  • Save psturc/c30909da0e6869ae56cbe644c0fc1aff to your computer and use it in GitHub Desktop.
Save psturc/c30909da0e6869ae56cbe644c0fc1aff 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": "e973164c-3687-11e9-9467-0af08791569c",
"name": "keycloak",
"type": "keycloak",
"url": "https://keycloak-route-test.comm2.skunkhenry.com/auth",
"config": {
"auth-server-url": "https://keycloak-route-test.comm2.skunkhenry.com/auth",
"confidential-port": 0,
"public-client": true,
"realm": "test",
"resource": "org.aerogear.ionic.showcase-public",
"ssl-required": "external"
}
},
{
"id": "0b68ec15-36a7-11e9-9467-0af08791569c",
"name": "metrics",
"type": "metrics",
"url": "https://aerogear-app-metrics-test.comm2.skunkhenry.com/metrics",
"config": {}
},
{
"id": "e339e761-3687-11e9-9467-0af08791569c",
"name": "sync-app-test-org.aerogear.ionic.showcase",
"type": "sync-app",
"url": "https://sync-app-test-test.comm2.skunkhenry.com/graphql",
"config": {
"websocketUrl": "wss://sync-app-test-test.comm2.skunkhenry.com/graphql"
}
},
{
"id": "88da8a49-368c-11e9-9467-0af08791569c",
"name": "ups",
"type": "push",
"url": "https://ups-test.comm2.skunkhenry.com",
"config": {
"android": {
"senderId": "881192658444",
"variantId": "0c1d23c8-6673-4fde-b013-f009b05f8e79",
"variantSecret": "f743eeb3-4e62-4466-b5a9-41aca01a8fd2"
}
}
}
]
};
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment