mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
12 lines
243 B
YAML
12 lines
243 B
YAML
|
prod: true
|
||
|
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'
|