fix: quote YAML inline dicts correctly

This commit is contained in:
decentral1se 2023-01-08 01:56:30 +01:00
parent eb541c41ee
commit 1a0211b743
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
3 changed files with 4 additions and 4 deletions

View File

@ -3,5 +3,5 @@ export ENTRYPOINT_CONF_VERSION=v1
export HOMESERVER_YAML_VERSION=v17
export LOG_CONFIG_VERSION=v2
export SHARED_SECRET_AUTH_VERSION=v1
export SIGNAL_BRIDGE_YAML_VERSION=v3
export TELEGRAM_BRIDGE_YAML_VERSION=v4
export SIGNAL_BRIDGE_YAML_VERSION=v4
export TELEGRAM_BRIDGE_YAML_VERSION=v5

View File

@ -267,7 +267,7 @@ bridge:
# * - All Matrix users
# domain - All users on that homeserver
# mxid - Specific user
permissions: "{{ env "SIGNAL_BRIDGE_PERMISSIONS" }}"
permissions: {{ env "SIGNAL_BRIDGE_PERMISSIONS" }}
relay:
# Whether relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any

View File

@ -412,7 +412,7 @@ bridge:
# * - All Matrix users
# domain - All users on that homeserver
# mxid - Specific user
permissions: "{{ env "TELEGRAM_BRIDGE_PERMISSIONS" }}"
permissions: {{ env "TELEGRAM_BRIDGE_PERMISSIONS" }}
# Options related to the message relay Telegram bot.
relaybot: