PostHog / PostHog/posthog-android
feat(posthog-server): Automatic configuration of PostHog client
Open
@dustinbyrne is already working on this.
Since Dec 1, 2025.
enhancement
server
- Dominant language
- Kotlin
- Stars
- 90
- Forks
- 49
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 61
Description
Description
Allow the PostHog client to automatically be configured via a properties file or environment variables, e.g.,
posthog.properties
posthog.api-key=phc_abc123
posthog.host=https://ph.example.com
posthog.local-evaluation=true
posthog.poll-interval-seconds=15
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.