fix(mycloud-matrix): database init script

This commit is contained in:
WrenIX 2024-06-10 08:31:21 +02:00
parent bd71f5dffd
commit be6b610f3b
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -9,7 +9,7 @@ components:
databases:
matrix-synapse:
type: postgresql
additionalParams: "LC_COLLATE='C' LC_CTYPE='C' ENCODING=UTF8 TEMPLATE=template0"
additionalParams: 'LC_COLLATE="C" LC_CTYPE="C" ENCODING=UTF8 TEMPLATE=template0'
mycloud-matrix:
enabled: true