@@ -1,6 +1,6 @@
const { Client } = require('pg');
const local = false;
const local = true;
// Connexion à la base de données PostgreSQL
const client = new Client({
host: local ? 'mikoshi' : '172.30.0.2',
The note is not visible to the blocked user.