a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use correct env var for pool

+1 -1
+1 -1
app/api/rpc/[command]/push.ts
··· 51 51 const pool = new Pool({ 52 52 idleTimeoutMillis: 5000, 53 53 min: 1, 54 - connectionString: process.env.DATABASE_URL, 54 + connectionString: process.env.DB_URL, 55 55 }); 56 56 57 57 // Attach the pool to ensure idle connections close before suspension