dataCreating/etc/test_config.yml

18 lines
289 B
YAML
Raw Normal View History

2023-10-25 10:38:23 +00:00
#数据库配置文件
2024-01-08 06:27:58 +00:00
# 数据库类型目前仅支持MySQL和Oracle
DBType: MySQL
# 数据库地址
IP: "10.10.13.167"
PROT: "3306"
# 数据库用户名
DBUSER: "root"
# 数据库密码
DBPASSWD: "111111"
# 库名
DATABASES: "test"
# 每秒中插入多少条数据
InsertRows: 200