Skip to content

Commit

Permalink
chore: remove missing .env file requirement from PyCharm PostHog run …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
Namit Chandwani authored and Namit Chandwani committed Jan 29, 2025
1 parent 047c067 commit 4c16b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .run/PostHog.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="PostHog" type="Python.DjangoServer" factoryName="Django server">
<module name="posthog" />
<option name="ENV_FILES" value="$PROJECT_DIR$/.env" />
<option name="ENV_FILES" value="" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs>
Expand Down

0 comments on commit 4c16b5f

Please sign in to comment.