From 0dca7d005651a2b4d26cd2b8aba39a996be26bcd Mon Sep 17 00:00:00 2001 From: kerboul Date: Sun, 5 Jan 2025 20:51:43 +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 1fd84f2..11ae857 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: 'timelapse-db', port: 5432, user: 'timelapse', password: 'timelapse',