Skip to content
Snippets Groups Projects
Commit 6101ce42 authored by Erik Johnston's avatar Erik Johnston
Browse files

Slight rewording

parent 5fe26a9b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment