Просмотр исходного кода

remove changes to module.ts from this branch

Sven Klemm 7 лет назад
Родитель
Сommit
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