Allow ssl

This commit is contained in:
Ajay
2022-06-10 16:40:48 -04:00
parent 8ec44aff1a
commit 5c43750835

View File

@@ -76,7 +76,10 @@ addDefaults(config, {
user: "",
host: "",
password: "",
port: 5432
port: 5432,
ssl: {
rejectUnauthorized: false
}
},
dumpDatabase: {
enabled: false,