diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-06 10:52:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-06-06 10:52:18 +0200 |
commit | 51482e16e46daf527df5d365da49ccfef284124d (patch) | |
tree | 6f954ac5e9d6b80a741a182f3f560d6782fe750a | |
parent | 6c31560c7b79a31247679f4430ae56d0bd74c29c (diff) | |
download | infrastructure-51482e16e46daf527df5d365da49ccfef284124d.tar.gz infrastructure-51482e16e46daf527df5d365da49ccfef284124d.zip |
Drop allow unsafe locale
-rw-r--r-- | app/im/config/synapse/homeserver.yaml | 2 |
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 }} |