Skip to content

Commit

Permalink
Update DatabaseHelper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 18, 2024
1 parent a6ea0e2 commit ae2810b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/common/DatabaseHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import * as env from '../config/env.config'
*/
export async function Connect(debug: boolean): Promise<boolean> {
let options: ConnectOptions = {}

if (env.DB_SSL) {
options = {
tls: true,
Expand Down

0 comments on commit ae2810b

Please sign in to comment.