diff --git a/config.py b/config.py index e69de29..32f6303 100644 --- a/config.py +++ b/config.py @@ -0,0 +1,11 @@ +# config.py + +# 数据库连接配置 +DB_CONFIG = { + 'host': '42.193.20.110', + 'user': 'test', + 'password': 'X7gq9lbxqpDGbyCi', + 'database': 'test_db', + 'charset': 'utf8mb4', + 'cursorclass': 'pymysql.cursors.DictCursor' +} \ No newline at end of file