Skip to content

Commit 3cb8dfe

Browse files
authored
Merge pull request hack4impact#146 from hack4impact/sandlerben-patch-1
Update app.json
2 parents 05aac45 + 69c715b commit 3cb8dfe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"env": {
88
"FLASK_CONFIG": {
9-
"required": true
9+
"value": "production"
1010
},
1111
"SECRET_KEY": {
1212
"generator": "secret"
@@ -19,6 +19,12 @@
1919
}
2020
},
2121
"formation": {
22+
"web": {
23+
"quantity": 1
24+
},
25+
"worker": {
26+
"quantity": 1
27+
}
2228
},
2329
"addons": [
2430
"heroku-postgresql",

0 commit comments

Comments
 (0)