From fc2f7819e13e249638c971393b382d46aae13aa5 Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Wed, 18 May 2022 17:25:14 +0000 Subject: deploy: 0fce474a4019b441940b6e12ac8a50ffac09727e --- develop/print.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index e0fef13d32..446576ca01 100644 --- a/develop/print.html +++ b/develop/print.html @@ -3994,13 +3994,13 @@ connection pool. For a reference to valid arguments, see:

For more information on using Synapse with Postgres, see here.

Example SQLite configuration:

-
database:
+
database:
   name: sqlite3
   args:
     database: /path/to/homeserver.db
 

Example Postgres configuration:

-
database:
+
database:
   name: psycopg2
   txn_limit: 10000
   args:
@@ -4401,10 +4401,10 @@ using quality value syntax (;q=). '*' translates to any language.

Defaults to "en".

Example configuration:

 url_preview_accept_language:
-   - en-UK
-   - en-US;q=0.9
-   - fr;q=0.8
-   - *;q=0.7
+   - 'en-UK'
+   - 'en-US;q=0.9'
+   - 'fr;q=0.8'
+   - '*;q=0.7'
 

Config option: oembed

-- cgit 1.4.1