aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-06 09:08:51 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-06 09:08:51 +0200
commit6c31560c7b79a31247679f4430ae56d0bd74c29c (patch)
treeb0278924c42eb37fe9dd21a388adc6db16e02e05
parent72b41408efffd5e2dfe4594a06e0239ee30a5b32 (diff)
downloadinfrastructure-6c31560c7b79a31247679f4430ae56d0bd74c29c.tar.gz
infrastructure-6c31560c7b79a31247679f4430ae56d0bd74c29c.zip
Forced to allow unsafe local
-rw-r--r--app/im/config/synapse/homeserver.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/im/config/synapse/homeserver.yaml b/app/im/config/synapse/homeserver.yaml
index 6482772..9f55e05 100644
--- a/app/im/config/synapse/homeserver.yaml
+++ b/app/im/config/synapse/homeserver.yaml
@@ -83,6 +83,7 @@ listeners:
# Database configuration
database:
name: psycopg2
+ allow_unsafe_locale: true
args:
user: {{ key "secrets/chat/synapse/postgres_user" | trimSpace }}
password: {{ key "secrets/chat/synapse/postgres_pwd" | trimSpace }}