Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
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
Branches containing commit
No related tags found
Tags containing commit
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
==================================
The registration of new application services
is implementation dependent. In
synapse you need to create a new configuration file for you AS and add it
to
the list of AS's specified under ``app_service_config_files``
synapse
config option
.
The registration of new application services
depends on the homeserver used.
In
synapse you need to create a new configuration file for you
r
AS and add it
to
the list of AS's specified under
the
``app_service_config_files``
config
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>
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