瀏覽代碼

remove changes to module.ts from this branch

Sven Klemm 7 年之前
父節點
當前提交
e8e554b3da
共有 1 個文件被更改,包括 1 次插入2 次删除
  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