Actualiser db.js

This commit is contained in:
2025-01-12 14:39:17 +00:00
parent 3049926413
commit 913136cdb4

2
db.js
View File

@@ -2,7 +2,7 @@ const { Client } = require('pg');
// Connexion à la base de données PostgreSQL // Connexion à la base de données PostgreSQL
const client = new Client({ const client = new Client({
host: '172.30.0.4', host: '172.30.0.2',
port: 5432, port: 5432,
user: 'timelapse', user: 'timelapse',
password: 'timelapse', password: 'timelapse',