Files
CompanyProject/芳林公司项目/pytest/config/index.py
2024-09-27 01:32:49 +08:00

7 lines
135 B
Python

MySqlConfig = {
'host': '127.0.0.1',
'username': 'root',
'password': 'lb714500',
'dataBase': 'shop',
'port': 3306
}