Skip to content

Commit 03a3ea6

Browse files
committed
chore(e2e): moved to neondb from filess.io
Moving neondb for bigger freemium storage
1 parent fa8994f commit 03a3ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/db/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export function getPool() {
1212
host: process.env.DB_HOST,
1313
database: process.env.DB_NAME,
1414
password: process.env.DB_PASSWORD,
15-
port: parseInt(process.env.DB_PORT),
1615
max: 5, // Maximum number of connections in the pool
1716
idleTimeoutMillis: 30000, // Close idle connections after 30 seconds
1817
connectionTimeoutMillis: 2000, // How long to wait for a connection from the pool
18+
ssl: true,
1919
})
2020
}
2121
return pool

0 commit comments

Comments
 (0)