This commit is contained in:
anoadragon453 2022-05-18 17:25:14 +00:00
parent 0c02d10c4d
commit fc2f7819e1
4 changed files with 14 additions and 14 deletions

View file

@ -3994,13 +3994,13 @@ connection pool. For a reference to valid arguments, see:</p>
<p>For more information on using Synapse with Postgres, <p>For more information on using Synapse with Postgres,
see <a href="usage/configuration/../../postgres.html">here</a>.</p> see <a href="usage/configuration/../../postgres.html">here</a>.</p>
<p>Example SQLite configuration:</p> <p>Example SQLite configuration:</p>
<pre><code>database: <pre><code class="language-yaml">database:
name: sqlite3 name: sqlite3
args: args:
database: /path/to/homeserver.db database: /path/to/homeserver.db
</code></pre> </code></pre>
<p>Example Postgres configuration:</p> <p>Example Postgres configuration:</p>
<pre><code>database: <pre><code class="language-yaml">database:
name: psycopg2 name: psycopg2
txn_limit: 10000 txn_limit: 10000
args: args:
@ -4401,10 +4401,10 @@ using quality value syntax (;q=). '*' translates to any language.</p>
<p>Defaults to &quot;en&quot;.</p> <p>Defaults to &quot;en&quot;.</p>
<p>Example configuration:</p> <p>Example configuration:</p>
<pre><code class="language-yaml"> url_preview_accept_language: <pre><code class="language-yaml"> url_preview_accept_language:
- en-UK - 'en-UK'
- en-US;q=0.9 - 'en-US;q=0.9'
- fr;q=0.8 - 'fr;q=0.8'
- *;q=0.7 - '*;q=0.7'
</code></pre> </code></pre>
<hr /> <hr />
<p>Config option: <code>oembed</code></p> <p>Config option: <code>oembed</code></p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1123,13 +1123,13 @@ connection pool. For a reference to valid arguments, see:</p>
<p>For more information on using Synapse with Postgres, <p>For more information on using Synapse with Postgres,
see <a href="../../postgres.html">here</a>.</p> see <a href="../../postgres.html">here</a>.</p>
<p>Example SQLite configuration:</p> <p>Example SQLite configuration:</p>
<pre><code>database: <pre><code class="language-yaml">database:
name: sqlite3 name: sqlite3
args: args:
database: /path/to/homeserver.db database: /path/to/homeserver.db
</code></pre> </code></pre>
<p>Example Postgres configuration:</p> <p>Example Postgres configuration:</p>
<pre><code>database: <pre><code class="language-yaml">database:
name: psycopg2 name: psycopg2
txn_limit: 10000 txn_limit: 10000
args: args:
@ -1530,10 +1530,10 @@ using quality value syntax (;q=). '*' translates to any language.</p>
<p>Defaults to &quot;en&quot;.</p> <p>Defaults to &quot;en&quot;.</p>
<p>Example configuration:</p> <p>Example configuration:</p>
<pre><code class="language-yaml"> url_preview_accept_language: <pre><code class="language-yaml"> url_preview_accept_language:
- en-UK - 'en-UK'
- en-US;q=0.9 - 'en-US;q=0.9'
- fr;q=0.8 - 'fr;q=0.8'
- *;q=0.7 - '*;q=0.7'
</code></pre> </code></pre>
<hr /> <hr />
<p>Config option: <code>oembed</code></p> <p>Config option: <code>oembed</code></p>