We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0133032 commit 7034750Copy full SHA for 7034750
remote_config_example.py
@@ -6,11 +6,9 @@
6
import posthog
7
8
# Initialize PostHog client
9
-# posthog.api_key = "phc_ml85lVi483SwbdDrqgb2LJOSXf050rPNpA6rrz7O5VY"
10
-posthog.api_key = "phc_8oSYhZJ7VpjQFNngdkUzEGctbY1u9P3SNJPcAKAhPvE"
11
-posthog.personal_api_key = "phs_QVofStqGt6UUMTlnxKoXb5cHAkQ7JesCZ1PUxfxNRUHKEUx"
12
-# posthog.personal_api_key = "phx_N8hy6HQcO0vplOc16fY2mYRBWVWl8mLDca38LgdmrwT3isA"
13
-posthog.host = "http://localhost:8000"
+posthog.api_key = "phc_..."
+posthog.personal_api_key = "phs_..." # or "phx_..."
+posthog.host = "http://localhost:8000" # or "https://us.posthog.com"
14
posthog.debug = True
15
16
0 commit comments