From 32188af0fd290bba86e87e6639b886c9e2f0e7a6 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Tue, 3 Aug 2021 11:53:06 +0200 Subject: [PATCH] create-app: fix prettier issue in template app-config Co-authored-by: Mike Lewis Signed-off-by: Himanshu Mishra --- .../create-app/templates/default-app/app-config.yaml.hbs | 6 +++--- 1 file changed, 3 insertions(+), 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 dc296e5e62..9c35c58c33 100644 --- a/packages/create-app/templates/default-app/app-config.yaml.hbs +++ b/packages/create-app/templates/default-app/app-config.yaml.hbs @@ -32,9 +32,9 @@ backend: user: ${POSTGRES_USER} password: ${POSTGRES_PASSWORD} # https://node-postgres.com/features/ssl - #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 - # $file: /ca/server.crt + # 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 + # $file: /ca/server.crt {{/if}} cache: store: memory