[fix] home server name in config.yaml

This commit is contained in:
root 2020-04-01 11:54:49 +00:00
parent 710ba8509b
commit fc47d3ee3b
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ server:
# Shared registration secrets to allow registering new users from the management UI # Shared registration secrets to allow registering new users from the management UI
registration_secrets: registration_secrets:
example.com: $home_server:
# Client-server API URL # Client-server API URL
url: https://$home_server url: https://$home_server
# registration_shared_secret from synapse config # registration_shared_secret from synapse config