mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-18 04:07:07 -05:00
Slight rewording
This commit is contained in:
parent
5fe26a9b5c
commit
6101ce427a
@ -2,10 +2,18 @@ Registering an Application Service
|
|||||||
==================================
|
==================================
|
||||||
|
|
||||||
The registration of new application services depends on the homeserver used.
|
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
|
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
|
to the list specified under the ``app_service_config_files`` config
|
||||||
option in your synapse 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:
|
The format of the AS configuration file is as follows:
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user