From 913136cdb487525fb56046fab97c2375459c4d5e Mon Sep 17 00:00:00 2001 From: kerboul Date: Sun, 12 Jan 2025 14:39:17 +0000 Subject: [PATCH] Actualiser db.js --- db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',