From ec43b5c8223fc747be207b9d3b910124203ef10b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 11 Aug 2018 21:48:27 +0300 Subject: [PATCH] Add DB URI format examples (ref #208) --- example-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example-config.yaml b/example-config.yaml index 8d31b778..9b387de9 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -23,6 +23,9 @@ appservice: # The full URI to the database. SQLite and Postgres are fully supported. # Other DBMSes supported by SQLAlchemy may or may not work. + # Format examples: + # SQLite: sqlite:///filename.db + # Postgres: postgres://username:password@hostname/dbname database: sqlite:///mautrix-telegram.db # Public part of web server for out-of-Matrix interaction with the bridge.