synapse: rename synapse_public_base_domain to synapse_external_domain

This commit is contained in:
uumas
2024-11-19 21:31:14 +02:00
parent b74b49d6e9
commit 98edd6051a
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ argument_specs:
description: Matrix server name. This can not be changed without a full reset and database wipe. This will be visible to users.
type: str
required: true
synapse_public_base_domain:
synapse_external_domain:
description:
- The public-facing domain that clients use to access synapse, without https://. e.g. matrix.domain.tld
- This is used to set the public_baseurl option for synapse (with https:// and trailing / added)