webhook_logger/app.json

18 lines
498 B
JSON
Raw Permalink Normal View History

2019-03-22 12:15:12 +01:00
{
"name": "Webhook Logger",
"description": "Small app that provides callback urls to test webhooks",
"repository": "https://github.com/dethos/webhook_logger",
"keywords": ["python", "django", "django-channels", "webhooks"],
"addons": ["heroku-redis:hobby-dev"],
"env": {
"SECRET_KEY": {
"description": "Django Secret key settings",
"generator": "secret"
},
2019-03-22 12:56:27 +01:00
"ENVIRONMENT": {
"description": "Environment the app runs in",
"value": "heroku"
2019-03-22 12:15:12 +01:00
}
}
}