更新 config.py

This commit is contained in:
2023-12-25 15:02:12 +08:00
parent fc8569c81d
commit 95b3aea9a2

View File

@@ -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'
}