From b9a909d701c570b19fb6c6e9370e37add875252f Mon Sep 17 00:00:00 2001 From: Kerboul Date: Sat, 7 Dec 2024 23:57:35 +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 811a974..bbaa141 100644 --- a/db.js +++ b/db.js @@ -1,7 +1,7 @@ const { Client } = require('pg'); const client = new Client({ - host: 'kerboul.me', + host: '88.121.175.107', port: 5777, user: 'timelapse', password: 'timelapse',