forked from docusign/code-examples-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
16 lines (16 loc) · 471 Bytes
/
app.json
File metadata and controls
16 lines (16 loc) · 471 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "DocuSign Python Recipes",
"description": "www.docusign.com/dev-center/recipes",
"keywords": ["python"],
"addons": [],
"env": {
"DS_OAUTH_CLIENT_ID": {
"required": false,
"description": "Optional: your OAuth client_id (Integration Key)."
},
"DS_OAUTH_SECRET": {
"required": false,
"description": "Optional: your OAuth secret. You must add an OAuth redirect uri of <server>/auth_redirect"
}
}
}