db-connector: initial postgres support
This commit is contained in:
2
dist/datasource-zabbix/config.controller.js
vendored
2
dist/datasource-zabbix/config.controller.js
vendored
@@ -34,7 +34,7 @@ System.register(['lodash'], function (_export, _context) {
|
||||
};
|
||||
}();
|
||||
|
||||
SUPPORTED_SQL_DS = ['mysql'];
|
||||
SUPPORTED_SQL_DS = ['mysql', 'postgres'];
|
||||
defaultConfig = {
|
||||
dbConnection: {
|
||||
enable: false
|
||||
|
||||
Reference in New Issue
Block a user