Skip to content

Commit

Permalink
Change: sslの設定
Browse files Browse the repository at this point in the history
  • Loading branch information
itizawa committed Dec 15, 2024
1 parent 86a9996 commit 79b5a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ app.use(
host: url.hostname,
database: url.pathname.slice(1),
port: Number(url.port),
ssl: {
rejectUnauthorized: false,
},
}),
}),
}),
Expand Down

0 comments on commit 79b5a68

Please sign in to comment.