/* * @File: config.js * @Description: 脚本配置 * @Author: clownce.deng * @Date: 2020-05-15 21:15:00 */ module.exports = { // 数据库配置 database_conf: { database_type: "pg", database_host: "127.0.0.1:5432", database_name: "TOPMES6_TEST_V6", database_user: "toplinker", database_pwd: "TopLinker0510", auto_close_timeout: -1 }, // TopJS位置 topjs_path: "D:/Programs/TopJS/3.3.1/bin/topjs3.exe", // 工作目录 work_path: "D:/pgtest" };