Drop allow unsafe locale
This commit is contained in:
parent
6c31560c7b
commit
51482e16e4
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue