Disable ssl

This commit is contained in:
Ajay
2022-06-27 19:35:50 -04:00
parent 86e61c778c
commit c6868fa839

View File

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