Skip to content

Commit

Permalink
fix app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Dec 14, 2016
1 parent e21da5b commit 0eb0c2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "new-teamtemp",
"repository": "https://github.com/rloomans/new-teamtemp",
"website": "https://github.com/rloomans/new-teamtemp",
"scripts": {
},
"env": {
"DATABASE_URL": {
"required": true
"DJANGO_DEBUG": {
"required": false
},
"DJANGO_SETTINGS_MODULE": {
"required": true
},
"TEAM_TEMP_CRON_PIN": {
"generator": "secret"
"required": false
},
"TEAM_TEMP_CRON_URL": {
"required": true
"required": false
},
"TEAMTEMP_SECRET_KEY": {
"generator": "secret"
Expand All @@ -25,8 +27,6 @@
"formation": {
},
"addons": [
"logentries",
"scheduler",
"heroku-postgresql"
],
"buildpacks": [
Expand Down

0 comments on commit 0eb0c2f

Please sign in to comment.