From db4ec97e9c5b43847a17b948d455c408fe0b72b6 Mon Sep 17 00:00:00 2001
From: "Campos Cordobes, Sergio" <sergio.campos@tecnalia.com>
Date: Tue, 14 Feb 2023 11:13:23 +0100
Subject: [PATCH] Update src/constants.py

---
 src/constants.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/constants.py b/src/constants.py
index 34f30f9..fa2a847 100644
--- a/src/constants.py
+++ b/src/constants.py
@@ -3,6 +3,8 @@
 """
 Created on: 16/01/2023
 @author: Andoni Aranguren Ubierna
+-- Adaptations: 02/2023 @author: Sergio Campos
+
 """
 DDBB_CONFIG = {'user': 'root', 'password': 'admin', 'host': 'localhost', 'database': 'urbanite_recommender', 'autocommit': True}
 OTP_CONFIG = {'host': 'https://afrp.santander.urbanage.digital.tecnalia.dev/'}
-- 
GitLab