Browse Source

remove changes to module.ts from this branch

Sven Klemm 7 years ago
parent
commit
e8e554b3da
1 changed files with 1 additions and 2 deletions
  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