diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-08 15:58:20 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-08 15:58:20 +0900 |
| commit | 137dc8abffcac7721890f320f183ab13eb30b790 (patch) | |
| tree | 78a2362cfadbfb1297ce0f86608256dc932e95cc /db/db.ts | |
| parent | ad29c8d9dc5ce3f57d1e994e84603edcdb961c12 (diff) | |
| parent | d853ddc380bc03d968872e9ce53d7ea13a5304f8 (diff) | |
Merge branch 'table-v2' into dujinkim
Diffstat (limited to 'db/db.ts')
| -rw-r--r-- | db/db.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ import { Pool } from 'pg'; import * as schema from './schema'; const pool = new Pool({ - connectionString: process.env.DATABASE_URL as string, - // connectionString: "postgresql://dts:dujinDTS2@localhost:5432/evcp", + // connectionString: process.env.DATABASE_URL as string, + connectionString: "postgresql://dts:dujinDTS2@localhost:5432/evcp", max: Number(process.env.DB_POOL_MAX) || 4, }); |
