summary refs log tree commit diff
path: root/docs/application_services.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-07 18:58:28 +0100
committerErik Johnston <erik@matrix.org>2015-05-07 18:58:28 +0100
commit6101ce427a3e903449a1be6dbac4419714990298 (patch)
tree019dd15780bbd432e099c748fecd2a16b645b470 /docs/application_services.rst
parentReword docs/application_services.rst (diff)
downloadsynapse-6101ce427a3e903449a1be6dbac4419714990298.tar.xz
Slight rewording
Diffstat (limited to '')
-rw-r--r--docs/application_services.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/application_services.rst b/docs/application_services.rst

index 69f7e41b8a..a57bae6194 100644 --- a/docs/application_services.rst +++ b/docs/application_services.rst
@@ -2,10 +2,18 @@ Registering an Application Service ================================== The registration of new application services depends on the homeserver used. -In synapse you need to create a new configuration file for your AS and add it -to the list of AS's specified under the ``app_service_config_files`` config +In synapse, you need to create a new configuration file for your AS and add it +to the list specified under the ``app_service_config_files`` config option in your synapse config. +For example: + +.. code-block:: yaml + + app_service_config_files: + - /home/matrix/.synapse/<your-AS>.yaml + + The format of the AS configuration file is as follows: .. code-block:: yaml