Comment out by default

This commit is contained in:
Tim Jacomb
2020-09-16 08:00:14 +01:00
parent 1928c46246
commit 77a4102a1a
@@ -32,7 +32,7 @@ backend:
$secret:
env: POSTGRES_PASSWORD
# https://node-postgres.com/features/ssl
ssl: disable # see https://www.postgresql.org/docs/current/libpq-ssl.html Table 33.1. SSL Mode Descriptions (e.g. require)
#ssl: require # see https://www.postgresql.org/docs/current/libpq-ssl.html Table 33.1. SSL Mode Descriptions (e.g. require)
#ca: # if you have a CA file and want to verify it you can uncomment this section
# $secret:
# file: <file-path>/ca/server.crt