From df04cbbb5c3464f1f4f974b3e720112ad69b9f5f Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 19 Apr 2022 00:47:07 +0200 Subject: [PATCH] chore: fixing prettier recommendations Signed-off-by: blam --- docs/tutorials/switching-sqlite-postgres.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/switching-sqlite-postgres.md b/docs/tutorials/switching-sqlite-postgres.md index aba136bd90..c4e4bd83b6 100644 --- a/docs/tutorials/switching-sqlite-postgres.md +++ b/docs/tutorials/switching-sqlite-postgres.md @@ -84,6 +84,5 @@ backend: + # see https://www.postgresql.org/docs/current/libpq-ssl.html Table 33.1. SSL Mode Descriptions (e.g. require) + # ssl: + # ca: # if you have a CA file and want to verify it you can uncomment this section -+ # $file: /ca/server.crt ++ # $file: /ca/server.crt ``` -