Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
5fe26a9b
Commit
5fe26a9b
authored
9 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Reword docs/application_services.rst
parent
35698484
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/application_services.rst
+7
-5
7 additions, 5 deletions
docs/application_services.rst
with
7 additions
and
5 deletions
docs/application_services.rst
+
7
−
5
View file @
5fe26a9b
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 you
r
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment