mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
37f7c8ec9a
* chore: add sentry to liveevents * Use `isProd` for `Debug` * Add a bunch of `CaptureException` calls * Properly bubble `getPGConn()` error * Fix `ParseIP` error handling * Remove unused `personFromDistinctId()` --------- Co-authored-by: Michael Matloka <dev@twixes.com> Co-authored-by: Michael Matloka <michal@matloka.com>
14 lines
277 B
YAML
14 lines
277 B
YAML
prod: true
|
|
sentry:
|
|
dsn: 'david://cramer'
|
|
kafka:
|
|
brokers: 'localhost:9092'
|
|
topic: ''
|
|
group_id: 'livestream-dev'
|
|
mmdb:
|
|
path: 'mmdb.db'
|
|
jwt:
|
|
token: '<randomly generated secret key>'
|
|
postgres:
|
|
url: 'postgres://postgres:postgres@localhost:5432/postgres'
|