Forced to allow unsafe local
This commit is contained in:
parent
72b41408ef
commit
6c31560c7b
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue