module.exports = { ip: "192.168.3.108", // ssh地址 username: "root", // ssh 用户名 port: 22, //端口 password: "123456", // ssh 密码 path: '/home/itsm/project/itsm-web/specimenView', // 上传地址 rmpath: '/home/itsm/project/itsm-web/specimenView' // 删除地址 }