diff --git a/API/Tiri.py b/API/Tiri.py index 9f30204..15e4397 100644 --- a/API/Tiri.py +++ b/API/Tiri.py @@ -11,12 +11,7 @@ API_KEY_NS = keyfile.API_KEY app = Flask(__name__) # Database connection -db_config = { - 'host': 'localhost', - 'user': 'kevin', # Replace with your MySQL username - 'password': '0011', # Replace with your MySQL password - 'database': 'TiropitAppDatabase' # Replace with your database name -} +db_config = keyfile.requestDBCreds def get_db_connection(): try: