From 17a304703bac798c64510e72e373102a7316b954 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Wed, 16 Sep 2020 07:13:06 +0100 Subject: [PATCH] Review feedback --- packages/create-app/templates/default-app/app-config.yaml.hbs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/create-app/templates/default-app/app-config.yaml.hbs b/packages/create-app/templates/default-app/app-config.yaml.hbs index b9ed7955fb..870b071701 100644 --- a/packages/create-app/templates/default-app/app-config.yaml.hbs +++ b/packages/create-app/templates/default-app/app-config.yaml.hbs @@ -32,12 +32,10 @@ backend: $secret: env: POSTGRES_PASSWORD # https://node-postgres.com/features/ssl - ssl: + ssl: prefer # 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: /ca/server.crt - $secret: - env: POSTGRES_SSL_OPTIONS # see https://www.postgresql.org/docs/current/libpq-ssl.html Table 33.1. SSL Mode Descriptions (e.g. POSTGRES_SSL_OPTIONS=require) {{/if}} proxy: