chore: fixing prettier recommendations

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-04-19 00:47:07 +02:00
parent b78b454cff
commit df04cbbb5c
+1 -2
View File
@@ -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: <file-path>/ca/server.crt
+ # $file: <file-path>/ca/server.crt
```