ci: Add test support for external database adapter (#8883)

This commit is contained in:
Doug Drechsel
2024-05-14 18:48:20 -04:00
committed by GitHub
parent 242002432f
commit eba9dfff7b
4 changed files with 34 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ function logStartupOptions(options) {
}
// Keys that may include sensitive information that will be redacted in logs
const keysToRedact = [
'databaseAdapter',
'databaseURI',
'masterKey',
'maintenanceKey',