mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
64317238e6
* refactor: Eliminate the `KAFKA_ENABLED` setting * Remove dead code * Consolidate plugin server test scripts and CI * Fix CI command * Remove Celery queues * Rearrange test directories * Update import paths
19 lines
718 B
XML
19 lines
718 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Plugin Server" 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="CLICKHOUSE_SECURE" value="False" />
|
|
<env name="DATABASE_URL" value="postgres://posthog:posthog@localhost:5432/posthog" />
|
|
<env name="KAFKA_HOSTS" value="localhost:9092" />
|
|
<env name="WORKER_CONCURRENCY" value="2" />
|
|
<env name="OBJECT_STORAGE_ENABLED" value="True" />
|
|
</envs>
|
|
<method v="2" />
|
|
</configuration>
|
|
</component>
|