We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874d883 commit f1c9f5aCopy full SHA for f1c9f5a
lib/main.js
@@ -20,4 +20,7 @@ module.exports = function (reporter, definition) {
20
}))
21
22
reporter.closeListeners.add('postgres', this, () => db.$pool.end())
23
+
24
+ // avoid exposing connection string through /api/extensions
25
+ definition.options = {}
26
}
0 commit comments