mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
19 lines
543 B
JSON
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"
|
|
}
|
|
}
|
|
}
|