diff --git a/db.js b/db.js index 7483067..037e842 100644 --- a/db.js +++ b/db.js @@ -1,7 +1,7 @@ const { Client } = require('pg'); const client = new Client({ - host: '172.30.0.2', + host: '192.168.192.3', port: 5432, user: 'timelapse', password: 'timelapse',