Drop allow unsafe locale

This commit is contained in:
Quentin 2022-06-06 10:52:18 +02:00
parent 6c31560c7b
commit 51482e16e4
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}