-
Notifications
You must be signed in to change notification settings - Fork 24
/
app.json
17 lines (17 loc) · 897 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "Canvas Quickstart Java Template",
"description": "Salesforce Canvas is a mashup framework for consuming third party applications within Salesforce. Its goal is to connect applications at a UI level instead of an API level. Platform Connect will provide third party applications with a JavaScript SDK along with Java classes so they can seamlessly integrate canvas style applications, while developing in the technology and platform of their choice.",
"website": "http://developer.salesforce.com",
"addons": [],
"success_url": "/",
"env": {
"CANVAS_CONSUMER_KEY": {
"description": "The consumer key for connecting to Canvas.",
"value": "Inital Consumer Key Value"
},
"CANVAS_CONSUMER_SECRET": {
"description": "The consumer secret that signs the Canvas contextual information.",
"value": "Inital Consumer Secret Value"
}
}
}