-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 811 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ModelDerivative.API.sample",
"description": "Basic Node.js sample for the Model Derivative API",
"repository": "https://github.com/developer-autodesk/model.derivative-nodejs-sample",
"logo": "https://avatars0.githubusercontent.com/u/8017462?v=3&s=200",
"keywords": [
"express",
"framework",
"autodesk",
"forge",
"template"
],
"env": {
"FORGE_CLIENT_ID": {
"description": "Forge Client ID"
},
"FORGE_CLIENT_SECRET": {
"description": "Forge Client Secret"
},
"FORGE_CALLBACK_URL": {
"description": "Callback URL of your app, required for 3-legged OAuth",
"value": "https://<<YOUR HEROKU APP NAME HERE>>.herokuapp.com/api/forge/callback/oauth"
}
},
"website": "https://developer.autodesk.com/",
"success_url": "/"
}