-
Notifications
You must be signed in to change notification settings - Fork 16
/
app.json
30 lines (30 loc) · 958 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": "data.management-csharp-sample",
"description": "Data Management hubs sample",
"repository": "https://github.com/autodesk-forge/data.management-csharp-sample",
"logo": "https://avatars0.githubusercontent.com/u/8017462?v=3&s=200",
"keywords": [
"autodesk",
"forge",
"bim360"
],
"env": {
"FORGE_CLIENT_ID": {
"description": "Forge Client ID"
},
"FORGE_CLIENT_SECRET": {
"description": "Forge Client Secret"
},
"FORGE_CALLBACK_URL": {
"description": "Callback URL of your Forge 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": "/",
"buildpacks": [
{
"url": "https://github.com/jincod/dotnetcore-buildpack.git"
}
]
}