From 8edb12df81a72f7d2c8767f8807f4a4d7d415530 Mon Sep 17 00:00:00 2001
From: Quentin Bouchard <quentin.bouchard.etu@univ-lille.fr>
Date: Wed, 26 Jan 2022 17:28:50 +0100
Subject: [PATCH] Update config.py

---
 config.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.py b/config.py
index 7c9fd2f..76ec860 100644
--- a/config.py
+++ b/config.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
 DB_HOST="localhost"
-DB_USER="isi"
-DB_NAME="isi"
-DB_PASS="toto"
+DB_USER="user"
+DB_NAME="db_tp2"
+DB_PASS="user"
-- 
GitLab