From 5c437508356c7c65f57f6633f5ac46a30d84c318 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 10 Jun 2022 16:40:48 -0400 Subject: [PATCH] Allow ssl --- src/config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index aa8ac5f..e2d56d2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,7 +76,10 @@ addDefaults(config, { user: "", host: "", password: "", - port: 5432 + port: 5432, + ssl: { + rejectUnauthorized: false + } }, dumpDatabase: { enabled: false,