mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Replace <matrix-domain> with example.com
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
d45657df70
commit
faa441029c
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
# The bare domain name which represents your Matrix identity.
|
# The bare domain name which represents your Matrix identity.
|
||||||
# Matrix user ids for your server will be of the form (`@user:<matrix-domain>`).
|
# Matrix user ids for your server will be of the form (`@user:example.com`).
|
||||||
#
|
#
|
||||||
# Note: this playbook does not touch the server referenced here.
|
# Note: this playbook does not touch the server referenced here.
|
||||||
# Installation happens on another server ("matrix.<matrix-domain>").
|
# Installation happens on another server ("matrix.example.com").
|
||||||
#
|
#
|
||||||
# If you've deployed using the wrong domain, you'll have to run the Uninstalling step,
|
# If you've deployed using the wrong domain, you'll have to run the Uninstalling step,
|
||||||
# because you can't change the Domain after deployment.
|
# because you can't change the Domain after deployment.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# The bare domain name which represents your Matrix identity.
|
# The bare domain name which represents your Matrix identity.
|
||||||
# Matrix user ids for your server will be of the form (`@user:<matrix-domain>`).
|
# Matrix user ids for your server will be of the form (`@user:example.com`).
|
||||||
#
|
#
|
||||||
# Note: this playbook does not touch the server referenced here.
|
# Note: this playbook does not touch the server referenced here.
|
||||||
# Installation happens on another server ("matrix.<matrix-domain>", see `matrix_server_fqn_matrix`).
|
# Installation happens on another server ("matrix.example.com", see `matrix_server_fqn_matrix`).
|
||||||
#
|
#
|
||||||
# Example value: example.com
|
# Example value: example.com
|
||||||
matrix_domain: ~
|
matrix_domain: ~
|
||||||
|
Loading…
Reference in New Issue
Block a user