mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Reword docs/application_services.rst
This commit is contained in:
parent
35698484a5
commit
5fe26a9b5c
@ -1,12 +1,14 @@
|
|||||||
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user