2020-01-25 00:57:57 +01:00
|
|
|
{
|
2020-02-09 07:46:52 +01:00
|
|
|
"name": "PostHog - Product analytics",
|
|
|
|
"website": "https://www.posthog.com",
|
2020-02-18 01:53:41 +01:00
|
|
|
"repository": "https://github.com/posthog/posthog",
|
|
|
|
"logo": "https://posthog.com/wp-content/uploads/2020/02/Group-10.png",
|
2020-01-25 00:57:57 +01:00
|
|
|
"environments": {
|
|
|
|
"review": {
|
|
|
|
"scripts": {
|
|
|
|
"postdeploy": ""
|
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"DEBUG": true
|
|
|
|
},
|
|
|
|
"buildpacks": [
|
|
|
|
{"url": "heroku/nodejs"},
|
|
|
|
{"url": "https://github.com/timgl/heroku-buildpack-python.git"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"addons": ["heroku-postgresql:in-dyno"],
|
|
|
|
"scripts": {
|
|
|
|
"test": "python manage.py test --keepdb -v 2"
|
|
|
|
},
|
|
|
|
"buildpacks": [
|
|
|
|
{"url": "https://github.com/timgl/heroku-buildpack-python.git"}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"buildpacks": [
|
|
|
|
{"url": "heroku/nodejs"},
|
|
|
|
{"url": "https://github.com/timgl/heroku-buildpack-python.git"}
|
2020-02-09 07:46:52 +01:00
|
|
|
],
|
|
|
|
"addons": [
|
|
|
|
"heroku-postgresql"
|
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"SECRET_KEY": {
|
|
|
|
"generator": "secret"
|
|
|
|
}
|
2020-02-18 01:53:41 +01:00
|
|
|
}
|
2020-01-25 00:57:57 +01:00
|
|
|
}
|