forked from dropbox/mdwebhook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 696 Bytes
/
Copy pathapp.json
File metadata and controls
23 lines (23 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Dropbox Webhook Example",
"logo": "https://mdwebhook.herokuapp.com/static/dropbox-logo.png",
"repository": "https://github.com/dropbox/mdwebhook",
"website": "https://www.dropbox.com/developers/webhooks/tutorial",
"keywords": ["dropbox", "python", "flask"],
"success_url": "/welcome",
"addons": [
"redistogo"
],
"env": {
"APP_KEY": {
"description": "Your Dropbox app key (found at dropbox.com/developers/apps)"
},
"APP_SECRET": {
"description": "Your Dropbox app secret (found at dropbox.com/developers/apps)"
},
"FLASK_SECRET_KEY": {
"description": "A secret key for cookie signing",
"generator": "secret"
}
}
}