-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathapp.json
More file actions
29 lines (29 loc) · 687 Bytes
/
Copy pathapp.json
File metadata and controls
29 lines (29 loc) · 687 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
29
{
"name": "Odooku",
"description": "Run Odoo on Heroku",
"repository": "https://github.com/adaptivdesign/odooku",
"keywords": ["odoo", "openerp", "python"],
"buildpacks": [
{
"url": "https://github.com/adaptivdesign/odooku-buildpack"
}
],
"addons": ["heroku-postgresql:hobby-basic"],
"env": {
"AWS_ACCESS_KEY_ID": {
"description": "AWS access key id",
"value": ""
},
"AWS_SECRET_ACCESS_KEY": {
"description": "AWS secret access key",
"value": ""
},
"S3_BUCKET": {
"description": "Amazon S3 bucket for attachment storage",
"value": ""
}
},
"scripts": {
"postdeploy": "odooku preload"
}
}