Actualiser db.js

This commit is contained in:
2025-01-05 20:51:43 +00:00
parent 93c6547937
commit 0dca7d0056

2
db.js
View File

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