mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
edd76ca31b
* 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>
15 lines
323 B
YAML
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'
|