Prechádzať zdrojové kódy

remove changes to module.ts from this branch

Sven Klemm 7 rokov pred
rodič
commit
e8e554b3da

+ 1 - 2
public/app/plugins/datasource/postgres/module.ts

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