mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 17:54:12 -04:00
Use direct references for configuration variables (part 7). (#10959)
This commit is contained in:
parent
a071144a5c
commit
a0f48ee89d
23 changed files with 83 additions and 68 deletions
|
@ -39,9 +39,9 @@ class WellKnownBuilder:
|
|||
|
||||
result = {"m.homeserver": {"base_url": self._config.server.public_baseurl}}
|
||||
|
||||
if self._config.default_identity_server:
|
||||
if self._config.registration.default_identity_server:
|
||||
result["m.identity_server"] = {
|
||||
"base_url": self._config.default_identity_server
|
||||
"base_url": self._config.registration.default_identity_server
|
||||
}
|
||||
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue