set default for sslmode to verify-full in postgres datasource editor (#11615)
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user