remove changes to module.ts from this branch

This commit is contained in:
Sven Klemm 2018-04-16 19:14:25 +02:00
parent 6d3da9a73d
commit e8e554b3da

View File

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