0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/unit.json

17 lines
329 B
JSON
Raw Normal View History

{
"listeners": {
"*:8000": {
"pass": "applications/posthog"
}
},
"applications": {
"posthog": {
"type": "python 3.10",
"processes": 1,
"working_directory": "/code",
"path": ".",
"module": "posthog.wsgi"
}
}
}