Skip to content

Commit

Permalink
index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 17, 2024
1 parent c2f8971 commit 73a095e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import * as env from './config/env.config'

if (await DatabaseHelper.Connect(env.DB_DEBUG)) {
let server: http.Server | https.Server

if (env.HTTPS) {
https.globalAgent.maxSockets = Number.POSITIVE_INFINITY
const privateKey = await fs.readFile(env.PRIVATE_KEY, 'utf8')
Expand Down

0 comments on commit 73a095e

Please sign in to comment.