snipt/app.json

26 lines
562 B
JSON
Raw Normal View History

2016-11-03 09:21:22 -07:00
{
"name": "Snipt",
2016-11-03 09:21:22 -07:00
"description": "Code snippets for teams and individuals.",
"keywords": [
"snipt",
"code snippets"
],
"website": "https://snipt.net",
"repository": "https://github.com/nicksergeant/snipt",
2016-11-03 09:21:22 -07:00
"logo": "https://snipt.s3.amazonaws.com/logo.png",
"success_url": "/",
"scripts": {
2016-11-29 20:23:02 -08:00
"postdeploy": "python manage.py migrate"
2016-11-03 09:21:22 -07:00
},
"env": {
"SECRET_KEY": {
"description": "Secret key for Django to use.",
"generator": "secret"
}
},
"addons": [
"heroku-postgresql:hobby-dev",
"searchbox"
]
}