Pārlūkot izejas kodu

remove changes to module.ts from this branch

Sven Klemm 7 gadi atpakaļ
vecāks
revīzija
e8e554b3da
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      public/app/plugins/datasource/postgres/module.ts

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

@@ -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