Merge branch 'main' of gitea.kerboul.me:timelapse/timelapse-backend
This commit is contained in:
2
db.js
2
db.js
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user