diff --git a/src/constants.py b/src/constants.py index 34f30f9d44644f2979980a3cad897e80dca83e77..fa2a847f71c08f607ead8ddac3387e92c0690f6c 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/'}