set default for sslmode to verify-full in postgres datasource editor (#11615)

pull/11622/head
Sven Klemm 7 years ago committed by Daniel Lee
parent e7bcd8c3c3
commit 4599329683
  1. 2
      public/app/plugins/datasource/postgres/module.ts

@ -8,7 +8,7 @@ class PostgresConfigCtrl {
/** @ngInject **/
constructor($scope) {
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'verify-full';
}
}

Loading…
Cancel
Save