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
Alex Gyujin Kim e3690f3c4d
Update pycharm configs with new plugin server scripts (#7140)
* change start scripts for plugin-server

* fix'
2021-11-16 08:19:26 +01:00

15 lines
541 B
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Plugin Server - Postgres" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/plugin-server/package.json" />
<command value="run" />
<scripts>
<script value="start:dev" />
</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>