eventcally/app.json
2021-04-21 15:37:57 +02:00

19 lines
543 B
JSON

{
"name": "Oveda - Open Event Database",
"description": "Event website using Python, Flask and Postgres.",
"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"
}
}
}