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

Reword docs/application_services.rst

parent 35698484
No related branches found
No related tags found
No related merge requests found
Registering an Application Service Registering an Application Service
================================== ==================================
The registration of new application services is implementation dependent. In The registration of new application services depends on the homeserver used.
synapse you need to create a new configuration file for you AS and add it to In synapse you need to create a new configuration file for your AS and add it
the list of AS's specified under ``app_service_config_files`` synapse to the list of AS's specified under the ``app_service_config_files`` config
config option. option in your synapse config.
The format of the AS configuration file is as follows:: The format of the AS configuration file is as follows:
.. code-block:: yaml
url: <base url of AS> url: <base url of AS>
as_token: <token AS will add to requests to HS> as_token: <token AS will add to requests to HS>
......
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