We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5002eff commit 3c38b63Copy full SHA for 3c38b63
src/configs/db.config.ts
@@ -16,10 +16,6 @@ const poolConfig: pg.PoolConfig = {
16
max: 10, // 최대 연결 수
17
idleTimeoutMillis: 30000, // 연결 유휴 시간 (30초)
18
connectionTimeoutMillis: 5000, // 연결 시간 초과 (5초)
19
- // ssl: false,
20
- ssl: {
21
- rejectUnauthorized: false,
22
- },
23
};
24
25
if (process.env.NODE_ENV === 'production') {
0 commit comments