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 configuration
|
||||||
database:
|
database:
|
||||||
name: psycopg2
|
name: psycopg2
|
||||||
allow_unsafe_locale: true
|
allow_unsafe_locale: false
|
||||||
args:
|
args:
|
||||||
user: {{ key "secrets/chat/synapse/postgres_user" | trimSpace }}
|
user: {{ key "secrets/chat/synapse/postgres_user" | trimSpace }}
|
||||||
password: {{ key "secrets/chat/synapse/postgres_pwd" | trimSpace }}
|
password: {{ key "secrets/chat/synapse/postgres_pwd" | trimSpace }}
|
||||||
|
|
Reference in a new issue