mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-07 02:11:13 +01:00
deploy: 7801fd74dacbf69ad6e3299ed2e2a5dcda8997e8
This commit is contained in:
parent
5c92fe3a17
commit
00dfa1630d
@ -156,7 +156,8 @@ option in your synapse config.</p>
|
||||
- /home/matrix/.synapse/<your-AS>.yaml
|
||||
</code></pre>
|
||||
<p>The format of the AS configuration file is as follows:</p>
|
||||
<pre><code class="language-yaml">url: <base url of AS>
|
||||
<pre><code class="language-yaml">id: <your-AS-id>
|
||||
url: <base url of AS>
|
||||
as_token: <token AS will add to requests to HS>
|
||||
hs_token: <token HS will add to requests to AS>
|
||||
sender_localpart: <localpart of AS user>
|
||||
|
||||
@ -8741,7 +8741,8 @@ option in your synapse config.</p>
|
||||
- /home/matrix/.synapse/<your-AS>.yaml
|
||||
</code></pre>
|
||||
<p>The format of the AS configuration file is as follows:</p>
|
||||
<pre><code class="language-yaml">url: <base url of AS>
|
||||
<pre><code class="language-yaml">id: <your-AS-id>
|
||||
url: <base url of AS>
|
||||
as_token: <token AS will add to requests to HS>
|
||||
hs_token: <token HS will add to requests to AS>
|
||||
sender_localpart: <localpart of AS user>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user