Actualiser db.js
This commit is contained in:
2
db.js
2
db.js
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user