eventcally/app.json
Daniel Grams d63f340384 Internal/modules (#1)
* Restructured app
* Added Travis CI
* Added 'Deploy to heroku' button
2020-11-13 12:24:26 +01:00

18 lines
620 B
JSON

{
"name": "Goslar Event Prototype",
"description": "Website prototype using Python, Flask and Postgres running on Heroku.",
"image": "heroku/python",
"keywords": ["python" ],
"repository": "https://github.com/DanielGrams/gsevpt",
"addons": [ "heroku-postgresql" ],
"env": {
"SECRET_TOKEN": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"
},
"SECURITY_PASSWORD_SALT": {
"description": "Bcrypt salt for encrypting passwords.",
"generator": "secret"
}
}
}