0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/docker/livestream/configs-dev.yml
Michael Matloka edd76ca31b
chore(dev): Live events locally (#22837)
* chore(dev): Live events locally

* Fix JWT secret var

* Also add Postgres URL

* Update UI snapshots for `chromium` (2)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-10 21:13:30 +02:00

15 lines
323 B
YAML

prod: false
tailscale:
controlUrl:
hostname: 'live-events-dev'
kafka:
brokers: 'kafka:9092'
topic: 'events_plugin_ingestion'
group_id: 'livestream-dev'
mmdb:
path: 'GeoLite2-City.mmdb'
jwt:
token: '<randomly generated secret key>'
postgres:
url: 'postgres://posthog:posthog@db:5432/posthog'