Modifier l'adresse IP du serveur de base de données dans la configuration

This commit is contained in:
2025-03-10 11:19:08 +01:00
parent 6178e7cdbf
commit 2ee5897426

2
db.js
View File

@@ -1,7 +1,7 @@
const { Client } = require('pg'); const { Client } = require('pg');
const client = new Client({ const client = new Client({
host: '172.30.0.2', host: '192.168.192.3',
port: 5432, port: 5432,
user: 'timelapse', user: 'timelapse',
password: 'timelapse', password: 'timelapse',