From 1754ca6067a978d0f63366d22cc0d4b72402b1ce Mon Sep 17 00:00:00 2001 From: Thibaut CHARLES Date: Thu, 10 Oct 2019 09:40:51 +0200 Subject: [PATCH] Adding sslmode: disable to sytest server config --- docs/sytest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sytest.md b/docs/sytest.md index e936dc493..f472f4411 100644 --- a/docs/sytest.md +++ b/docs/sytest.md @@ -43,6 +43,7 @@ args: user: dendrite database: dendrite host: 127.0.0.1 + sslmode: disable type: pg EOF ```