0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 03:33:59 +00:00
alerta_alerta/app.json
2014-09-23 22:37:36 +01:00

20 lines
367 B
JSON

{
"name": "alerta",
"description": "Deploy alerta to Heroku",
"keywords": [
"monitoring",
"python",
"flask"
],
"website": "http://docs.alerta.io",
"repository": "https://github.com/guardian/alerta/tree/release/3.2",
"success_url": "/",
"env": {
"SECRET_KEY": {
"generator": "secret"
}
},
"addons": [
"mongolab"
]
}