forked from forceworkbench/forceworkbench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
18 lines (18 loc) · 880 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Workbench",
"description": "Web-based suite of tools for administrators and developers to interact with the Force.com APIs",
"repository": "https://github.com/forceworkbench/forceworkbench",
"keywords": ["Salesforce", "Force.com", "API", "PHP"],
"logo": "https://raw.githubusercontent.com/forceworkbench/forceworkbench/master/assets/logos/blueCube-256x256.png",
"env": {
"MAX_WORKERS": "5",
"WEB_CONCURRENCY": "4",
"forceworkbench__requireSSL__default": "true",
"forceworkbench__redirectToHTTPS__default": "true",
"forceworkbench__csrfSecret__default": { "generator":"secret" },
"forceworkbench__logHandler__default": "stderr",
"forceworkbench__loginCsrfEnabled__default": "true",
"forceworkbench__streamingAdviceTimeout__default": "10000"
},
"success_url": "/login.php"
}