-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 788 Bytes
/
app.json
File metadata and controls
28 lines (28 loc) · 788 Bytes
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
{
"name": "Forecast research interface",
"description": "",
"repository": "https://github.com/forecast-research/interface",
"logo": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQUDlC4qcXDpCVfe5oFuYxA_rmVQMjplWK6XE0DhFN94Ia1SWeEHcGn&usqp=CAE&s",
"keywords": [],
"addons": ["ormongo:2-wt"],
"env": {
"AWS_ACCESS_KEY_ID": {
"description": "Put your access key id for AWS mTurk here.",
"required": true
},
"AWS_ACCESS_KEY_SECRET": {
"description": "Put your secret key for AWS mTurk here.",
"required": true
},
"ADMIN_PASSWORD": {
"description": "Password for logging in to the admin panel.",
"required": true
}
},
"formation": {
"web": {
"quantity": 1,
"size": "standard-1x"
}
}
}