0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/.run/Plugin Server - Postgres.run.xml
Marius Andra 06f3f3a3f3
PyCharm run configurations (#6026)
Adds a bunch of environment-agnostic run configurations that'll make it easier for anyone to get started on PyCharm
2021-09-20 13:03:37 +01:00

15 lines
531 B
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Plugin Server - Postgres" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/plugins/package.json" />
<command value="run" />
<scripts>
<script value="start" />
</scripts>
<node-interpreter value="project" />
<envs>
<env name="WORKER_CONCURRENCY" value="2" />
<env name="DATABASE_URL" value="postgres://localhost/posthog" />
</envs>
<method v="2" />
</configuration>
</component>