-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
35 lines (35 loc) · 1.03 KB
/
app.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
31
32
33
34
35
{
"name": "InControl",
"description": "Keep your business processes under control with industry proven control charts, automated to your inbox daily",
"repository": "https://github.com/DreamforceHackathon/repository-181",
"keywords": ["ruby", "rails", "salesforce", "sales reporting"],
"scripts": {
"postdeploy": "bundle exec rake db:migrate"
},
"env": {
"BUILDPACK_URL": "https://github.com/ddollar/heroku-buildpack-multi.git",
"MIN_THREADS": "1",
"MAX_THREADS": "1",
"AWS_ACCESS_KEY_ID": {
"description": "An AWS access key for uploading images"
},
"AWS_SECRET_ACCESS_KEY": {
"description": "An AWS secret key for uploading images"
},
"S3_BUCKET_NAME": {
"description": "S3 bucket name for uploading images",
"value": "incontrol.charts"
},
"SALESFORCE_KEY": {
"description": "Your SFDC Key"
},
"SALESFORCE_SECRET": {
"description": "Your SFDC Secret"
},
"REDIS_PROVIDER": "REDISTOGO_URL"
},
"addons": [
"redistogo",
"mandrill"
]
}