Forced to allow unsafe local

This commit is contained in:
Quentin 2022-06-06 09:08:51 +02:00
parent 72b41408ef
commit 6c31560c7b
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ listeners:
# Database configuration
database:
name: psycopg2
allow_unsafe_locale: true
args:
user: {{ key "secrets/chat/synapse/postgres_user" | trimSpace }}
password: {{ key "secrets/chat/synapse/postgres_pwd" | trimSpace }}