This commit is contained in:
DMRobertson 2023-01-16 13:00:04 +00:00
parent 5c92fe3a17
commit 00dfa1630d
4 changed files with 6 additions and 4 deletions

View file

@ -156,7 +156,8 @@ option in your synapse config.</p>
- /home/matrix/.synapse/&lt;your-AS&gt;.yaml
</code></pre>
<p>The format of the AS configuration file is as follows:</p>
<pre><code class="language-yaml">url: &lt;base url of AS&gt;
<pre><code class="language-yaml">id: &lt;your-AS-id&gt;
url: &lt;base url of AS&gt;
as_token: &lt;token AS will add to requests to HS&gt;
hs_token: &lt;token HS will add to requests to AS&gt;
sender_localpart: &lt;localpart of AS user&gt;

View file

@ -8741,7 +8741,8 @@ option in your synapse config.</p>
- /home/matrix/.synapse/&lt;your-AS&gt;.yaml
</code></pre>
<p>The format of the AS configuration file is as follows:</p>
<pre><code class="language-yaml">url: &lt;base url of AS&gt;
<pre><code class="language-yaml">id: &lt;your-AS-id&gt;
url: &lt;base url of AS&gt;
as_token: &lt;token AS will add to requests to HS&gt;
hs_token: &lt;token HS will add to requests to AS&gt;
sender_localpart: &lt;localpart of AS user&gt;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long