mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore: resolve compromise
This commit is contained in:
@@ -49,7 +49,7 @@ export const DatabaseRejectUnauthorized: boolean =
|
||||
Boolean(process.env['DATABASE_SSL_REJECT_UNAUTHORIZED']) || false;
|
||||
|
||||
export const shouldDatabaseSslEnable: boolean = Boolean(
|
||||
DatabaseSslCa || DatabaseSslCert || DatabaseSslKey
|
||||
DatabaseSslCa || (DatabaseSslCert && DatabaseSslKey)
|
||||
);
|
||||
|
||||
export const EncryptionSecret: ObjectID = new ObjectID(
|
||||
|
||||
Reference in New Issue
Block a user