Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/setup/homeserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,14 @@ experimental_features:
admin_token: "AnotherRandomSecret"

# URL to advertise to clients where users can self-manage their account
account_management_url: "http://localhost:8080/account"
# Defaults to the URL advertised by MAS, e.g. `https://{public_mas_domain}/account/`
#account_management_url: "http://localhost:8080/account/"

# URL which Synapse will use to introspect access tokens
# Defaults to the URL advertised by MAS, e.g. `https://{public_mas_domain}/oauth2/introspect`
# This is useful to override if Synapse has a way to call the auth service's
# introspection endpoint directly, skipping intermediate reverse proxies
#introspection_endpoint: "http://localhost:8080/oauth2/introspect"
```

## Set up the compatibility layer
Expand Down
Loading