aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibaut CHARLES <cromfr@gmail.com>2020-02-11 14:53:00 +0100
committerGitHub <noreply@github.com>2020-02-11 13:53:00 +0000
commit880545bfa8248185c7664d2adbead7f91b1b87d5 (patch)
treede320059e0758f1c6a890989d83948630834a3b4 /docs
parent3dfafd4824a2fc58701e12a54ac67ceff44330a0 (diff)
Adding sslmode: disable to sytest server config (#813)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/sytest.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sytest.md b/docs/sytest.md
index 6d03270b..9385ebff 100644
--- a/docs/sytest.md
+++ b/docs/sytest.md
@@ -44,6 +44,7 @@ args:
user: dendrite
database: dendrite
host: 127.0.0.1
+ sslmode: disable
type: pg
EOF
```