mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
set default for sslmode to verify-full in postgres datasource editor (#11615)
This commit is contained in:
parent
e7bcd8c3c3
commit
4599329683
@ -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…
Reference in New Issue
Block a user