From 2ee589742686ebdaed0894b9d5eb3e3895125b16 Mon Sep 17 00:00:00 2001 From: dakerboul Date: Mon, 10 Mar 2025 11:19:08 +0100 Subject: [PATCH] =?UTF-8?q?Modifier=20l'adresse=20IP=20du=20serveur=20de?= =?UTF-8?q?=20base=20de=20donn=C3=A9es=20dans=20la=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.js b/db.js index 7483067..037e842 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: '192.168.192.3', port: 5432, user: 'timelapse', password: 'timelapse',