0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/app.json
2020-02-08 22:46:52 -08:00

40 lines
993 B
JSON

{
"name": "PostHog - Product analytics",
"website": "https://www.posthog.com",
"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"}
],
"addons": [
"heroku-postgresql"
],
"env": {
"SECRET_KEY": {
"generator": "secret"
}
},
"logo": "https://posthog.com/wp-content/uploads/elementor/thumbs/Group-9-okswmm1u72v1i0der1e2tk8jeqjrowpdyt4euc6pu6.png"
}