@@ -8,9 +8,8 @@ class PostgresConfigCtrl {
/** @ngInject **/
constructor($scope) {
- this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'verify-full';
+ this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
}
-
const defaultQuery = `SELECT