matrix: update LC_CTYPE to C.UTF-8
This commit is contained in:
parent
f1f5fed00c
commit
649fba826f
|
@ -9,8 +9,8 @@
|
|||
|
||||
i18n = {
|
||||
extraLocaleSettings = {
|
||||
LC_COLLATE = "C"; # Ensure correct locale for postgres
|
||||
LC_CTYPE = "C"; # Ensure correct locale for postgres
|
||||
LC_COLLATE = "C.UTF-8"; # Ensure correct locale for postgres
|
||||
LC_CTYPE = "C.UTF-8"; # Ensure correct locale for postgres
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -141,8 +141,8 @@
|
|||
CREATE ROLE "matrix-synapse" WITH LOGIN PASSWORD 'synapse';
|
||||
CREATE DATABASE "matrix-synapse" WITH OWNER "matrix-synapse"
|
||||
TEMPLATE template0
|
||||
LC_COLLATE = "C"
|
||||
LC_CTYPE = "C";
|
||||
LC_COLLATE = "C.UTF-8"
|
||||
LC_CTYPE = "C.UTF-8";
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue