fix: quote YAML inline dicts correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user