From 5fd9faec2a5c727c5acea4efd37fcc28be5532f0 Mon Sep 17 00:00:00 2001 From: Dominic Renner Date: Wed, 6 Mar 2019 18:18:08 +0100 Subject: [PATCH] Update example-config.yaml --- example-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/example-config.yaml b/example-config.yaml index 4839aee..b2a5e4d 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -20,6 +20,7 @@ appservice: # The database type. Only "sqlite3" is supported. type: sqlite3 # The database URI. Usually file name. https://github.com/mattn/go-sqlite3#connection-string + # postres example: postgres://synapse:changeme@db/whatsapp?sslmode=disable uri: mautrix-whatsapp.db # Path to the Matrix room state store. state_store_path: ./mx-state.json