diff --git a/db.js b/db.js index 11ae857..03dd305 100644 --- a/db.js +++ b/db.js @@ -1,7 +1,7 @@ const { Client } = require('pg'); const client = new Client({ - host: 'timelapse-db', + host: '172.30.0.4', port: 5432, user: 'timelapse', password: 'timelapse',