From 28ed4f737330a1ec42b5493a24faa9fd13eefe91 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 19 Feb 2021 08:02:22 +0000 Subject: update, debugging the haproxy config --- matrix-server/synapse/homeserver.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'matrix-server/synapse/homeserver.yaml') diff --git a/matrix-server/synapse/homeserver.yaml b/matrix-server/synapse/homeserver.yaml index d75c7af..7c98bd5 100644 --- a/matrix-server/synapse/homeserver.yaml +++ b/matrix-server/synapse/homeserver.yaml @@ -607,7 +607,7 @@ acme: # # If not set, defaults to your 'server_name'. # - domain: matrix.example.com + domain: terminaldweller.com # file to use for the account key. This will be generated if it doesn't # exist. @@ -743,10 +743,10 @@ caches: database: name: psycopg2 args: - user: synapse_user - password: secretpassword + user: postgres + password: El3ph@nt#13 database: synapse - host: localhost + host: postgres cp_min: 5 cp_max: 10 # -- cgit v1.2.3