Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
fix app.json errors
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Feb 5, 2016
1 parent ac2d9a8 commit 87c51e4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@
},
"TWILIO_ACCOUNT_SID": {
"description": "Your Twilio account SID",
"value": "",
}
"value": ""
},
"TWILIO_AUTH_TOKEN": {
"description": "Your Twilio account Auth Token",
"value": "",
}
"value": ""
},
"TWILIO_FROM_NUM": {
"description": "The Twilio number you want to send from",
"value": "",
}
"value": ""
},
"COUNTRY_CODE": {
"description": "County code (used in Elvanto import)",
"value": "",
}
"value": ""
},
"EMAIL_HOST": {
"description": "Email host (required for user sign ups)",
"value": "",
}
"value": ""
},
"EMAIL_HOST_USER": {
"description": "Email host user",
"value": "",
}
"value": ""
},
"EMAIL_HOST_PASSWORD": {
"description": "Email host password",
"value": "",
}
"value": ""
},
"WHITELISTED_LOGIN_DOMAINS": {
"description": "Automatically approve verified emails from this domain",
"value": "",
"required": false
}
},
"ELVANTO_KEY": {
"description": "Elvanto API Key",
"value": "",
Expand All @@ -71,8 +71,8 @@
"addons": [
"heroku-postgresql:hobby-dev",
"heroku-redis",
"cloudamqp:little-lemur"
"cloudamqp:little-lemur",
"papertrail:choklad",
"scheduler:standard"
]
}
}

0 comments on commit 87c51e4

Please sign in to comment.