From 74f45687317c4b0eed4a7f8e4c86ca930c71c0cb Mon Sep 17 00:00:00 2001 From: kerboul Date: Sun, 5 Jan 2025 21:47:34 +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 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',