Skip to content

Commit afeedaf

Browse files
committed
Add app.json to enable review apps
1 parent 634dadc commit afeedaf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

app.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "rest-framework-tutorial",
3+
"scripts": {
4+
"postdeploy": "restore.sh"
5+
},
6+
"env": {
7+
"ENVIRONMENT": "production",
8+
"SECRET_KEY": {
9+
"generator": "secret"
10+
}
11+
},
12+
"formation": {
13+
"web": {
14+
"quantity": 1
15+
}
16+
},
17+
"addons": [
18+
"heroku-postgresql"
19+
],
20+
"buildpacks": [
21+
{
22+
"url": "heroku/python"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)