forked from Autodesk-Forge/forge-digital-twin
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.json
30 lines (30 loc) · 970 Bytes
/
app.json
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
28
29
30
{
"name": "forge-digital-twin",
"description": "Autodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.",
"repository": "https://github.com/Autodesk-Forge/forge-digital-twin",
"logo": "https://avatars0.githubusercontent.com/u/8017462?v=3&s=200",
"keywords": [
"autodesk",
"forge",
"manufacturing",
"digital-twin"
],
"env": {
"FORGE_CLIENT_ID": {
"description": "Forge Client ID"
},
"FORGE_CLIENT_SECRET": {
"description": "Forge Client Secret"
},
"FORGE_MODEL_URN": {
"description": "Base64-encoded URN of a model processed with Forge Model Derivative service"
}
},
"website": "https://forge.autodesk.com/",
"success_url": "/",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
]
}