mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
set default for sslmode to verify-full in postgres datasource editor (#11615)
This commit is contained in:
@@ -8,7 +8,7 @@ class PostgresConfigCtrl {
|
|||||||
|
|
||||||
/** @ngInject **/
|
/** @ngInject **/
|
||||||
constructor($scope) {
|
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