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: "",
host: "",
password: "",
port: 5432,
ssl: {
rejectUnauthorized: false
}
port: 5432
},
postgresReadOnly: {
enabled: false,
@ -87,10 +84,7 @@ addDefaults(config, {
user: "",
host: "",
password: "",
port: 5432,
ssl: {
rejectUnauthorized: false
}
port: 5432
},
dumpDatabase: {
enabled: false,