소스 검색

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