Last active
June 19, 2018 13:49
-
-
Save psturc/e6679ca6f37948da5fff35553e51f410 to your computer and use it in GitHub Desktop.
cordova config ups
This file contains hidden or 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
| { | |
| "version": 1, | |
| "clusterName": "https://192.168.37.1:8443", | |
| "namespace": "myproject", | |
| "clientId": "myapp-cordova", | |
| "services": [ | |
| { | |
| "id": "ups-secret-myapp-cordova-ledlc", | |
| "name": "ups", | |
| "type": "push", | |
| "url": "https://ups-myproject.192.168.37.1.nip.io", | |
| "config": { | |
| "ios": { | |
| "variantId": "94d5a2fd-9992-4b42-924a-a6135e699517", | |
| "variantSecret": "d61b66ba-17bc-4cb5-98b5-2c4872af07a0" | |
| } | |
| } | |
| } | |
| ] | |
| } |
This file contains hidden or 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
| { | |
| "version": 1, | |
| "clusterName": "https://192.168.37.1:8443", | |
| "namespace": "myproject", | |
| "clientId": "myapp-cordova", | |
| "services": [ | |
| { | |
| "id": "ups-secret-myapp-cordova-dzrxd", | |
| "name": "ups", | |
| "type": "push", | |
| "url": "https://ups-myproject.192.168.37.1.nip.io", | |
| "config": { | |
| "ios": { | |
| "variantId": "68cd8a5a-b8bf-4b75-869f-00d3b155d1db", | |
| "variantSecret": "463355d1-5849-439f-bac5-57ac00e2c980" | |
| } | |
| } | |
| } | |
| ] | |
| } |
This file contains hidden or 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
| { | |
| "version": 1, | |
| "clusterName": "https://192.168.37.1:8443", | |
| "namespace": "myproject", | |
| "clientId": "myapp-xamarin", | |
| "services": [ | |
| { | |
| "id": "keycloak", | |
| "name": "keycloak", | |
| "type": "keycloak", | |
| "url": "https://keycloak.security.feedhenry.org", | |
| "config": { | |
| "auth-server-url": "https://keycloak.security.feedhenry.org/auth", | |
| "clientId": "client-app", | |
| "realm": "secure-app", | |
| "resource": "client-app", | |
| "ssl-required": "external", | |
| "url": "https://keycloak.security.feedhenry.org/auth" | |
| } | |
| }, | |
| { | |
| "id": "metrics-myapp-xamarin", | |
| "name": "metrics", | |
| "type": "metrics", | |
| "url": "https://aerogear-app-metrics-myproject.192.168.37.1.nip.io/metrics", | |
| "config": {} | |
| } | |
| ] | |
| } |
This file contains hidden or 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
| { | |
| "version": 1, | |
| "clusterName": "https://192.168.37.1:8443", | |
| "namespace": "myproject", | |
| "clientId": "myapp-cordova", | |
| "services": [ | |
| { | |
| "id": "ups-secret-myapp-cordova-ucp66", | |
| "name": "ups", | |
| "type": "push", | |
| "url": "https://ups-myproject.192.168.37.1.nip.io", | |
| "config": { | |
| "ios": { | |
| "variantId": "e66d2728-a0a5-4af4-8521-81fc4974a06f", | |
| "variantSecret": "0db35eca-5fbe-437f-83b3-44e2e8696a42" | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment