9 lines
318 B
YAML
9 lines
318 B
YAML
|
# A list of URIs which host Kafka logs.
|
||
|
consumer_uris: ["localhost:9092"]
|
||
|
|
||
|
# The name of the topic which the sync server will consume events from.
|
||
|
roomserver_topic: "roomserverOutput"
|
||
|
|
||
|
# The database URI to store sync server information.
|
||
|
database: "postgres://dendrite:itsasecret@localhost/syncserver?sslmode=disable"
|