This commit is contained in:
Kegan Dougal 2017-04-06 12:24:08 +01:00
parent 12a7825d99
commit edd06332e9

View file

@ -2,7 +2,7 @@
consumer_uris: ["localhost:9092"]
# The name of the topic which the sync server will consume events from.
roomserver_topic: "roomserverOutput2"
roomserver_topic: "roomserverOutput"
# The database URI to store sync server information.
database: "postgres://dendrite:itsasecret@localhost/syncserver?sslmode=disable"