snipt/app.json

26 lines
598 B
JSON
Raw Normal View History

2016-11-03 09:21:22 -07:00
{
"name": "Snipt",
"description": "Code snippets for teams and individuals.",
"keywords": [
"snipt",
"code snippets"
],
"website": "https://snipt.net",
"repository": "https://github.com/nicksergeant/snipt",
"logo": "https://snipt.s3.amazonaws.com/logo.png",
"success_url": "/",
"scripts": {
2016-11-29 20:10:56 -08:00
"postdeploy": "python manage.py migrate && python manage.py createsuperuser"
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"
]
}