更新 config.py

master
wangsiyuan 2023-12-25 15:02:12 +08:00
parent fc8569c81d
commit 95b3aea9a2
1 changed files with 11 additions and 0 deletions

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