diff --git a/db.js b/db.js index 286399f..258ebf0 100644 --- a/db.js +++ b/db.js @@ -2,7 +2,7 @@ const { Client } = require('pg'); // Connexion à la base de données PostgreSQL const client = new Client({ - host: '172.30.0.4', + host: '172.30.0.2', port: 5432, user: 'timelapse', password: 'timelapse',