new version 2 code updated..

This commit is contained in:
2025-11-25 14:14:10 +05:30
parent c43f6d41ae
commit 0fac9a2ff8
19 changed files with 3628 additions and 1453 deletions

View File

@@ -5,7 +5,7 @@ import os
# Get MySQL credentials from environment variables
MYSQL_HOST = os.getenv("MYSQL_HOST", "127.0.0.1")
MYSQL_USER = os.getenv("MYSQL_USER", "root")
MYSQL_PASSWORD = os.getenv("MYSQL_PASSWORD", "tiger")
MYSQL_PASSWORD = os.getenv("MYSQL_PASSWORD", "root")
MYSQL_DB = os.getenv("MYSQL_DB", "test")
# Connect to MySQL