Add ssl config to example app for postgres

This commit is contained in:
Tim Jacomb
2020-09-10 14:41:58 +01:00
committed by GitHub
parent 01c32f8a66
commit 4ec10a0643
@@ -30,6 +30,12 @@ backend:
password:
$secret:
env: POSTGRES_PASSWORD
ssl:
#ca: # if you have a CA file and want to verify it you can uncomment this section
# $secret:
# file: <file-path>/ca/server.crt
$secret:
env: POSTGRES_SSL_OPTIONS
{{/if}}
proxy: