dataCreating/etc/db_config.yml

21 lines
355 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#数据库配置文件
# 通用配置
# 数据库类型目前仅支持MySQL和Oracle,注意大小写
DBType: Oracle
# 数据库地址
IP: "10.10.29.41"
PROT: "1521"
# 数据库用户名
DBUSER: "test"
# 数据库密码
DBPASSWD: "test123"
# 库名
DATABASES: "TEST"
# 每秒中插入多少条数据
InsertRows: 200
# 服务名-Oracle
SERVER: "orcl"