2020-01-25 00:57:57 +01:00
|
|
|
{
|
2020-08-18 11:08:40 +02:00
|
|
|
"name": "PostHog - Product Analytics",
|
|
|
|
"website": "https://www.posthog.com",
|
|
|
|
"repository": "https://github.com/posthog/posthog",
|
2020-11-17 19:00:27 +01:00
|
|
|
"logo": "https://posthog.com/images/36f8ad157f42d4d48dc1de1db45802e1/posthog-icon-color.svg",
|
2020-08-18 11:08:40 +02:00
|
|
|
"environments": {
|
|
|
|
"review": {
|
|
|
|
"scripts": {
|
2020-09-28 21:25:50 +02:00
|
|
|
"postdeploy": "python manage.py setup_dev"
|
2020-08-18 11:08:40 +02:00
|
|
|
},
|
2020-10-20 17:25:26 +02:00
|
|
|
"env": {
|
2020-10-22 16:04:17 +02:00
|
|
|
"SELF_CAPTURE": true,
|
|
|
|
"SECRET_KEY": {
|
|
|
|
"generator": "secret"
|
2021-01-11 13:25:40 +01:00
|
|
|
},
|
2021-02-18 13:59:09 +01:00
|
|
|
"DEPLOYMENT": "Heroku Review App",
|
|
|
|
"AUTO_LOGIN": true
|
2020-10-20 17:25:26 +02:00
|
|
|
},
|
2020-10-31 12:53:41 +01:00
|
|
|
"buildpacks": [{ "url": "heroku/nodejs" }, { "url": "heroku/python" }],
|
2020-08-18 11:08:40 +02:00
|
|
|
"formation": {
|
|
|
|
"web": {
|
|
|
|
"quantity": 1
|
|
|
|
},
|
|
|
|
"worker": {
|
|
|
|
"quantity": 1
|
2020-11-20 10:42:59 +01:00
|
|
|
},
|
|
|
|
"celeryworker": {
|
|
|
|
"quantity": 0
|
|
|
|
},
|
|
|
|
"pluginworker": {
|
|
|
|
"quantity": 0
|
2020-08-18 11:08:40 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"addons": ["heroku-postgresql:in-dyno"],
|
|
|
|
"scripts": {
|
|
|
|
"test": "python manage.py test --keepdb -v 2"
|
|
|
|
},
|
2020-10-31 12:53:41 +01:00
|
|
|
"buildpacks": [{ "url": "heroku/python" }]
|
2020-08-18 11:08:40 +02:00
|
|
|
}
|
|
|
|
},
|
2020-10-31 12:53:41 +01:00
|
|
|
"buildpacks": [{ "url": "heroku/nodejs" }, { "url": "heroku/python" }],
|
2020-08-18 11:08:40 +02:00
|
|
|
"addons": [
|
|
|
|
"heroku-postgresql",
|
|
|
|
{
|
|
|
|
"plan": "heroku-redis",
|
|
|
|
"options": {
|
|
|
|
"maxmemory_policy": "allkeys-lru"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"formation": {
|
2020-04-07 14:24:36 +02:00
|
|
|
"web": {
|
2020-08-18 11:08:40 +02:00
|
|
|
"quantity": 1
|
2020-04-07 14:24:36 +02:00
|
|
|
},
|
|
|
|
"worker": {
|
2020-08-18 11:08:40 +02:00
|
|
|
"quantity": 1
|
2020-11-20 10:42:59 +01:00
|
|
|
},
|
|
|
|
"celeryworker": {
|
|
|
|
"quantity": 0
|
|
|
|
},
|
|
|
|
"pluginworker": {
|
|
|
|
"quantity": 0
|
2020-04-07 14:24:36 +02:00
|
|
|
}
|
2020-01-25 00:57:57 +01:00
|
|
|
},
|
2020-08-18 11:08:40 +02:00
|
|
|
"env": {
|
|
|
|
"SECRET_KEY": {
|
|
|
|
"generator": "secret"
|
2021-01-11 13:25:40 +01:00
|
|
|
},
|
|
|
|
"DEPLOYMENT": "Heroku"
|
2020-04-07 14:24:36 +02:00
|
|
|
}
|
2020-08-18 11:08:40 +02:00
|
|
|
}
|