#数据库配置文件 # 通用配置 # 数据库类型,目前仅支持MySQL、PG和Oracle,注意大小写 DBType: PG # 数据库地址 IP: "10.72.0.5" PROT: "5432" # 数据库用户名 DBUSER: "postgres" # 数据库密码 DBPASSWD: "unary@2008" # 库名 DATABASES: "postgres" # 每秒中插入多少条数据 InsertRows: 100 # 服务名-Oracle SERVER: "orcl"