Actualiser db.js

This commit is contained in:
2025-01-05 21:47:34 +00:00
parent 0dca7d0056
commit 74f4568731

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: 'timelapse-db', host: '172.30.0.4',
port: 5432, port: 5432,
user: 'timelapse', user: 'timelapse',
password: 'timelapse', password: 'timelapse',