Skip to content

Commit 43fd410

Browse files
Update producer.js
1 parent 9125a2b commit 43fd410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/producer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const pgClient = new pg.Client(pgConnectionString)
1111

1212
const express = require('express')
1313
const app = express()
14-
const port = 4000
14+
const port = 3000
1515

1616

1717
async function setupPgClient () {

0 commit comments

Comments
 (0)