Created
September 25, 2017 15:46
-
-
Save allenmichael/97aaf58d45934e8655184b77af218688 to your computer and use it in GitHub Desktop.
An example of the Box Application configuration file format
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
| { | |
| "boxAppSettings": { | |
| "clientID": "", | |
| "clientSecret": "", | |
| "appAuth": { | |
| "publicKeyID": "", | |
| "privateKey": "", | |
| "passphrase": "" | |
| } | |
| }, | |
| "webhooks": { | |
| "primaryKey": "", | |
| "secondaryKey": "" | |
| }, | |
| "enterpriseID": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment