mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-28 18:38:31 +00:00
deploy: 7801fd74da
This commit is contained in:
parent
5c92fe3a17
commit
00dfa1630d
4 changed files with 6 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue