fix quotes for TURN_URIS
This commit is contained in:
parent
aeef786d65
commit
5f4573e6b9
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ wordpress:
|
||||||
matrix-synapse:
|
matrix-synapse:
|
||||||
env:
|
env:
|
||||||
ENCRYPTED_BY_DEFAULT: off
|
ENCRYPTED_BY_DEFAULT: off
|
||||||
TURN_URIS: "[{{turn_url}}]"
|
TURN_URIS: '[{{turn_url}}]'
|
||||||
RETENTION_MAX_LIFETIME: 2y
|
RETENTION_MAX_LIFETIME: 2y
|
||||||
ALLOWED_LIFETIME_MAX: 2y
|
ALLOWED_LIFETIME_MAX: 2y
|
||||||
uncomment:
|
uncomment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue