Skip to content
Snippets Groups Projects
Unverified Commit 46c12918 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Fix typo in domain name in account_threepid_delegates config option (#6273)

parent 9178ac1b
No related branches found
No related tags found
No related merge requests found
Fix a small typo in `account_threepid_delegates` configuration option.
\ No newline at end of file
......@@ -955,7 +955,7 @@ uploads_path: "DATADIR/uploads"
# If a delegate is specified, the config option public_baseurl must also be filled out.
#
account_threepid_delegates:
#email: https://example.com # Delegate email sending to example.org
#email: https://example.com # Delegate email sending to example.com
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
# Users who register on this homeserver will automatically be joined
......
......@@ -300,7 +300,7 @@ class RegistrationConfig(Config):
# If a delegate is specified, the config option public_baseurl must also be filled out.
#
account_threepid_delegates:
#email: https://example.com # Delegate email sending to example.org
#email: https://example.com # Delegate email sending to example.com
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
# Users who register on this homeserver will automatically be joined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment