fix(mycloud-matrix): database init script
This commit is contained in:
parent
bd71f5dffd
commit
be6b610f3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue