mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove changes to module.ts from this branch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user