Last active
March 9, 2016 11:57
-
-
Save VaguelyOnline/02a84cabd57166df3bd3 to your computer and use it in GitHub Desktop.
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
| { | |
| "webAppId": "webappid0123456789", | |
| "urlSchemeDetails": | |
| { | |
| "secure": true, | |
| "host": "rp.example.com", | |
| "port": "8443" | |
| }, | |
| "voice": | |
| { | |
| "username": "1001", | |
| "domain": "example.com", | |
| "auth": | |
| { | |
| "username": "1001", | |
| "password": "123456", | |
| "realm": "example.com" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment