bw/matrix-dimensions fix typos
This commit is contained in:
parent
2161698a97
commit
8702e131dc
2 changed files with 4 additions and 4 deletions
|
@ -8,11 +8,11 @@ web:
|
||||||
homeserver:
|
homeserver:
|
||||||
# The domain name of the homeserver. This is used in many places, such as with go-neb
|
# The domain name of the homeserver. This is used in many places, such as with go-neb
|
||||||
# setups, to identify the homeserver.
|
# setups, to identify the homeserver.
|
||||||
name: "${config['homserver']['name']}"
|
name: "${config['homeserver']['name']}"
|
||||||
|
|
||||||
# The URL that Dimension, go-neb, and other services provisioned by Dimension should
|
# The URL that Dimension, go-neb, and other services provisioned by Dimension should
|
||||||
# use to access the homeserver with.
|
# use to access the homeserver with.
|
||||||
clientServerUrl: "${config['homserver']['clientServeUrl']}"
|
clientServerUrl: "${config['homeserver']['clientServerUrl']}"
|
||||||
|
|
||||||
# The URL that Dimension should use when trying to communicate with federated APIs on
|
# The URL that Dimension should use when trying to communicate with federated APIs on
|
||||||
# the homeserver. If not supplied or left empty Dimension will try to resolve the address
|
# the homeserver. If not supplied or left empty Dimension will try to resolve the address
|
||||||
|
@ -27,7 +27,7 @@ homeserver:
|
||||||
# for tracking custom sticker pack updates. This should be a user configured on the homeserver
|
# for tracking custom sticker pack updates. This should be a user configured on the homeserver
|
||||||
# and be dedicated to Dimension (create a user named "dimension" on your homeserver). For
|
# and be dedicated to Dimension (create a user named "dimension" on your homeserver). For
|
||||||
# information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens
|
# information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens
|
||||||
accessToken: "${config['homserver']['accessToken']}"
|
accessToken: "${config['homeserver']['accessToken']}"
|
||||||
|
|
||||||
# These users can modify the integrations this Dimension supports.
|
# These users can modify the integrations this Dimension supports.
|
||||||
# To access the admin interface, open Dimension in Riot and click the settings icon.
|
# To access the admin interface, open Dimension in Riot and click the settings icon.
|
||||||
|
|
|
@ -107,7 +107,7 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
'matrix-dimension': {
|
'matrix-dimension': {
|
||||||
'url': 'dimension.sophies-kitchen.eu',
|
'url': 'dimension.sophies-kitchen.eu',
|
||||||
'version': 'master', # doesn't have releases yet
|
'version': 'master', # doesn't have releases yet
|
||||||
'homserver': {
|
'homeserver': {
|
||||||
'name': 'sophies-kitchen.eu',
|
'name': 'sophies-kitchen.eu',
|
||||||
'clientServeUrl': 'https://matrix.sophies-kitchen.eu',
|
'clientServeUrl': 'https://matrix.sophies-kitchen.eu',
|
||||||
'accessToken': vault.decrypt('encrypt$gAAAAABg4btB0KGk068ahGZzR0w_Lm1bj1wUbB2WfNNs2bp3PwM4Ftp6MjQnrF-CejZfrF0NjPJw9Z4MrgileHP0sVw04mvgKSHfTf8gv4kTB6WuCIxHeMWHUDx00LTWL73fSlhCK0o1'),
|
'accessToken': vault.decrypt('encrypt$gAAAAABg4btB0KGk068ahGZzR0w_Lm1bj1wUbB2WfNNs2bp3PwM4Ftp6MjQnrF-CejZfrF0NjPJw9Z4MrgileHP0sVw04mvgKSHfTf8gv4kTB6WuCIxHeMWHUDx00LTWL73fSlhCK0o1'),
|
||||||
|
|
Loading…
Reference in a new issue