aboutsummaryrefslogtreecommitdiff
path: root/app/im/config
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-06-06 10:52:18 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-06-06 10:52:18 +0200
commit51482e16e46daf527df5d365da49ccfef284124d (patch)
tree6f954ac5e9d6b80a741a182f3f560d6782fe750a /app/im/config
parent6c31560c7b79a31247679f4430ae56d0bd74c29c (diff)
downloadinfrastructure-51482e16e46daf527df5d365da49ccfef284124d.tar.gz
infrastructure-51482e16e46daf527df5d365da49ccfef284124d.zip
Drop allow unsafe locale
Diffstat (limited to 'app/im/config')
-rw-r--r--app/im/config/synapse/homeserver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/im/config/synapse/homeserver.yaml b/app/im/config/synapse/homeserver.yaml
index 9f55e05..0dfe10d 100644
--- a/app/im/config/synapse/homeserver.yaml
+++ b/app/im/config/synapse/homeserver.yaml
@@ -83,7 +83,7 @@ listeners:
# Database configuration
database:
name: psycopg2
- allow_unsafe_locale: true
+ allow_unsafe_locale: false
args:
user: {{ key "secrets/chat/synapse/postgres_user" | trimSpace }}
password: {{ key "secrets/chat/synapse/postgres_pwd" | trimSpace }}