mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 16:14:36 +00:00
18 lines
620 B
JSON
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"
|
|
}
|
|
}
|
|
} |