summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-12-13 15:42:43 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-12-13 15:42:43 +0000
commit2ab69e081674596352f3fd4a2af874fad9abfdcf (patch)
tree3d784d151ecd1554a7c5dda033b4b5da07460d38 /develop/usage/configuration/config_documentation.html
parentdeploy: e85e0ef6ba9259167838d641a4f9f64b2589963f (diff)
downloadsynapse-2ab69e081674596352f3fd4a2af874fad9abfdcf.tar.xz
deploy: 8613f7693ea284a023dc625c9a35b9ff482f5fd0
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index e8d3e29949..7f69e9c9b6 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -124,10 +124,10 @@ <a href="../../print.html" title="Print this book" aria-label="Print this book"> <i id="print-button" class="fa fa-print"></i> </a> - <a href="https://github.com/matrix-org/synapse" title="Git repository" aria-label="Git repository"> + <a href="https://github.com/element-hq/synapse" title="Git repository" aria-label="Git repository"> <i id="git-repository-button" class="fa fa-github"></i> </a> - <a href="https://github.com/matrix-org/synapse/edit/develop/docs/usage/configuration/config_documentation.md" title="Suggest an edit" aria-label="Suggest an edit"> + <a href="https://github.com/element-hq/synapse/edit/develop/docs/usage/configuration/config_documentation.md" title="Suggest an edit" aria-label="Suggest an edit"> <i id="git-edit-button" class="fa fa-edit"></i> </a> </div> @@ -1367,7 +1367,7 @@ caches: </code></pre> <p>If you are running multiple workers, you must individually update the worker config file and send this signal to each worker process.</p> -<p>If you're using the <a href="https://github.com/matrix-org/synapse/blob/develop/contrib/systemd/matrix-synapse.service">example systemd service</a> +<p>If you're using the <a href="https://github.com/element.-hq/synapse/blob/develop/contrib/systemd/matrix-synapse.service">example systemd service</a> file in Synapse's <code>contrib</code> directory, you can send a <code>SIGHUP</code> signal by using <code>systemctl reload matrix-synapse</code>.</p> <hr /> @@ -2445,7 +2445,7 @@ Defaults to false.</p> <hr /> <h3 id="sentry"><a class="header" href="#sentry"><code>sentry</code></a></h3> <p>Use this option to enable sentry integration. Provide the DSN assigned to you by sentry -with the <code>dsn</code> setting. </p> +with the <code>dsn</code> setting.</p> <p>An optional <code>environment</code> field can be used to specify an environment. This allows for log maintenance based on different environments, ensuring better organization and analysis..</p>